Commit Graph

5 Commits

Author SHA1 Message Date
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
mstroh76
4c6ef8701b #263 PWM test for all supported GPIOs 2024-08-19 13:29:55 +02:00
mstroh76
4d6a1f7df8 #243 unit test 2024-05-18 13:00:47 +02:00
mstroh76
5f74d22a95 #243 unit test 2024-05-18 12:56:55 +02:00
mstroh76
9819613cc0 #243 unit test 2024-05-18 12:08:34 +02:00