- Switched to platformio, ino -> cpp - MPRLS for pressure sensor - Added basic ICM support - Removed widi, battery, other features not supported in xEvi - Removed legacy options/processing - Added LED strip support - Added encoder support - Reworked menu code to use encoders/be more flexible
6 lines
128 B
C
6 lines
128 B
C
#if defined(__APPLE__)
|
|
|
|
#include <SDL2/SDL.h>
|
|
#else
|
|
#error "Platform not supported, fix include paths and stuff.."
|
|
#endif
|