├── Basic cheatsheet.md ├── BasicCheatsheet.md ├── LICENSE ├── README.md ├── README_original.md ├── SMART_Response_BASIC.ino ├── basic.cpp ├── basic.h ├── host.cpp ├── host.h ├── logo2_rle.h ├── memory.md └── photos ├── IMG_20200104_165849.jpg ├── IMG_20200104_170224.jpg ├── IMG_20200112_093101.jpg └── splashscreen.jpg /Basic cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/Basic cheatsheet.md -------------------------------------------------------------------------------- /BasicCheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/BasicCheatsheet.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/README.md -------------------------------------------------------------------------------- /README_original.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/README_original.md -------------------------------------------------------------------------------- /SMART_Response_BASIC.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/SMART_Response_BASIC.ino -------------------------------------------------------------------------------- /basic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/basic.cpp -------------------------------------------------------------------------------- /basic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/basic.h -------------------------------------------------------------------------------- /host.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/host.cpp -------------------------------------------------------------------------------- /host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/host.h -------------------------------------------------------------------------------- /logo2_rle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/logo2_rle.h -------------------------------------------------------------------------------- /memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/memory.md -------------------------------------------------------------------------------- /photos/IMG_20200104_165849.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/photos/IMG_20200104_165849.jpg -------------------------------------------------------------------------------- /photos/IMG_20200104_170224.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/photos/IMG_20200104_170224.jpg -------------------------------------------------------------------------------- /photos/IMG_20200112_093101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/photos/IMG_20200112_093101.jpg -------------------------------------------------------------------------------- /photos/splashscreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdufnews/SMART_Response_BASIC/HEAD/photos/splashscreen.jpg --------------------------------------------------------------------------------