Compare commits
2 Commits
238cfae09d
...
e108dd919a
Author | SHA1 | Date | |
---|---|---|---|
e108dd919a | |||
ae90e07d59 |
@ -4,7 +4,12 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifdef ARDUINO
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
#else
|
||||||
|
typedef bool boolean;
|
||||||
|
#endif //ARDUINO
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class Dictionary;
|
class Dictionary;
|
||||||
|
Loading…
Reference in New Issue
Block a user