arduino-sketches/esp32/Dict.h

7 lines
117 B
C

#ifndef _DICTIONARY_H_
#define _DICTIONARY_H_
// #include "DictionaryDeclarations.h"
#include <Dictionary.h>
#endif