Add examples for working with named pipes and resistive buttons with ADS1115

This commit is contained in:
Niellun
2025-11-04 01:09:47 +02:00
parent 765a437f1d
commit 2bfe7116dc
4 changed files with 357 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ extern "C"
#define FRAME_DELAY_INACTIVE 200
static const char *title = "Fast Car Play v0.5";
static const char *title = "Fast Car Play v0.6";
static SDL_Window *window = nullptr;
static SDL_Renderer *renderer = nullptr;
Uint32 evtStatus = (Uint32)-1;