Skip to content

Instantly share code, notes, and snippets.

@devatnull
devatnull / megachess_odroidgo.ino
Created November 6, 2022 19:35 — forked from 9nut/megachess_odroidgo.ino
FIXED Megachess M5stack adapted to ODROID GO
//ArduinoMega Chess 1.0 M5Stack
//engine 1.4
//Sergey Urusov, ususovsv@gmail.com
//
// Adapted to ODROID GO
#include <odroid_go.h>
#include <Preferences.h>
Preferences prefs;