Files
gpio-reader/wiringPiD
Connor Gibson 55e189eda5 Switch to stdbool.h
- Add `#include <stdbool.h> to all files previously using the
   `TRUE`/`FALSE` macros
 - Replace all instances of `TRUE`/`FALSE` with `true`/`false`,
   respectively
 - Definitions of `TRUE`/`FALSE` macros retained in wiringPi.h for compatibility.
2025-06-07 13:14:49 -07:00
..
2022-02-09 11:58:59 +00:00
2024-09-08 18:54:58 +02:00
2025-06-07 13:14:49 -07:00
2022-02-09 11:58:59 +00:00
2025-06-07 13:14:49 -07:00
2022-02-09 11:58:59 +00:00
2025-06-07 13:14:49 -07:00