Compare commits
No commits in common. "e108dd919ab273f55b3e63746dfa52c7466c255b" and "238cfae09d8aed910260992cd7dcfce5e16482e8" have entirely different histories.
e108dd919a
...
238cfae09d
@ -4,12 +4,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <Arduino.h>
|
||||||
#ifdef ARDUINO
|
|
||||||
#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