apple2idiot/examples/defunct-explorations/chess/globals.h
2021-12-27 12:41:59 -07:00

12 lines
187 B
C

#ifndef GLOBALS_H
#define GLOBALS_H
#include <Apple2Idiot.h>
#include <ArduinoJson.h>
#include <HTTPClient.h>
#include "credentials.h"
//extern Apple2Idiot a2i = Apple2Idiot();
#endif