|
pfodParser
3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <Arduino.h>#include "pfodStream.h"#include "pfodParserUtils.h"#include "pfodDelay.h"#include "pfodDwgs.h"#include "pfodControl.h"#include "pfodDrawing.h"#include "pfodLinkedList.h"Go to the source code of this file.
Classes | |
| class | pfodParser |
Macros | |
| #define | pfod_MAYBE_UNUSED(x) (void)(x) |
| #define pfod_MAYBE_UNUSED | ( | x | ) | (void)(x) |
Definition at line 46 of file pfodParser.h.