Ignore:
Timestamp:
Oct 24, 2021, 4:50:32 AM (3 years ago)
Author:
rossy
Message:

Daodan: Add float-type config options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Config.h

    r1000 r1162  
    1010        C_BOOL,
    1111        C_INT,
     12        C_FLOAT,
    1213        C_STRING,
    1314        EXT_BOOL
     
    1617typedef union {
    1718        int intBoolVal;
     19        float floatVal;
    1820        uint8_t* extBoolVal;
    1921        char* stringVal;
Note: See TracChangeset for help on using the changeset viewer.