15 lines
379 B
C
15 lines
379 B
C
|
#pragma once
|
||
|
|
||
|
/**** FX data header generated by fxdata-build.py tool version 1.13 ****/
|
||
|
|
||
|
using uint24_t = __uint24;
|
||
|
|
||
|
// Initialize FX hardware using FX::begin(FX_DATA_PAGE); in the setup() function.
|
||
|
|
||
|
constexpr uint16_t FX_DATA_PAGE = 0xfff0;
|
||
|
constexpr uint24_t FX_DATA_BYTES = 0;
|
||
|
|
||
|
constexpr uint16_t FX_SAVE_PAGE = 0xfff0;
|
||
|
constexpr uint24_t FX_SAVE_BYTES = 2;
|
||
|
|