|
TeensyNanoExoCode
|
define the constants to use for the various arrays. More...
Variables | |
| const int | buffer_length = 500 |
| const int | key_length = 25 |
| const int | section_length = 10 |
| const int | number_of_keys = 17 |
define the constants to use for the various arrays.
| const int ini_config::buffer_length = 500 |
length of the buffer for reading the file.
| const int ini_config::key_length = 25 |
Max length of the key name
| const int ini_config::number_of_keys = 17 |
Number of keys to be parsed.
| const int ini_config::section_length = 10 |
Max length of the section name