In Arduino programming, data types are used to define the type and size of data that can be stored in a variable. A variable is a container that holds a value, and the data type determines the kind of ...
The "-" says us it's a name and comes "value" after space after name. It define "-name value". int asInt (const char* name, int ifNotValue) // return value of "name" as integer type float asFloat ...