WIP: adding ESFM (ESS ES1488/ESS ES1868 etc.) system
This commit is contained in:
parent
256140bc32
commit
779afcb97a
24 changed files with 4705 additions and 167 deletions
|
|
@ -24,6 +24,7 @@ const int _ONE=1;
|
|||
const int _THREE=3;
|
||||
const int _SEVEN=7;
|
||||
const int _TEN=10;
|
||||
const int _TWELVE=12;
|
||||
const int _FIFTEEN=15;
|
||||
const int _SIXTEEN=16;
|
||||
const int _THIRTY_ONE=31;
|
||||
|
|
@ -35,5 +36,6 @@ const int _FIVE_HUNDRED_ELEVEN=511;
|
|||
const int _TWO_THOUSAND_FORTY_SEVEN=2047;
|
||||
const int _FOUR_THOUSAND_NINETY_FIVE=4095;
|
||||
const int _SIXTY_FIVE_THOUSAND_FIVE_HUNDRED_THIRTY_FIVE=65535;
|
||||
const int _MINUS_TWELVE=-12;
|
||||
const int _MINUS_ONE_HUNDRED_TWENTY_SEVEN=-127;
|
||||
const int _MINUS_ONE_HUNDRED_TWENTY_EIGHT=-128;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue