TeensyNanoExoCode
Loading...
Searching...
No Matches
Variables
ini_config Namespace Reference

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
 

Detailed Description

define the constants to use for the various arrays.

Variable Documentation

◆ buffer_length

const int ini_config::buffer_length = 500

length of the buffer for reading the file.

◆ key_length

const int ini_config::key_length = 25

Max length of the key name

◆ number_of_keys

const int ini_config::number_of_keys = 17

Number of keys to be parsed.

◆ section_length

const int ini_config::section_length = 10

Max length of the section name