
Go to the source code of this file.
| Namespaces | |
| iotbot | |
| Functions | |
| void | iotbot::byteArrayToFloat (int8_t *byteArray, float *floatVar) | 
| void | iotbot::floatToByteArray (float *floatVar, int8_t *byteArray) | 
| void | iotbot::intToByteArray (uint32_t *iVar, int8_t *byteArray) | 
| Variables | |
| const char * | iotbot::devPath = "/dev/ttyS1" |