|
TeensyNanoExoCode
|
This class is used to serialize and deserialize the BLE data. The application uses Nordic's UART service to pass all data. Therefore, the command-data pairs must be packaged together and unpackaged on the peripheral and central. More...
#include "Arduino.h"#include "ble_commands.h"#include "BleMessage.h"#include "GattDb.h"#include <vector>Go to the source code of this file.
Classes | |
| class | BleParser |
This class is used to serialize and deserialize the BLE data. The application uses Nordic's UART service to pass all data. Therefore, the command-data pairs must be packaged together and unpackaged on the peripheral and central.