From 3120783000d0025b183b0397acaa8b769499eb38 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 8 Jun 2026 23:10:46 +0530 Subject: Initial gh-pages firmware hosting --- .../RF24/utility/Teensy/RF24_arch_config.h | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h (limited to '.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy') diff --git a/.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h b/.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h new file mode 100644 index 0000000..6e4a836 --- /dev/null +++ b/.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h @@ -0,0 +1,34 @@ +#ifndef RF24_UTILITY_TEENSY_RF24_ARCH_CONFIG_H_ +#define RF24_UTILITY_TEENSY_RF24_ARCH_CONFIG_H_ +#if ARDUINO < 100 + + #include + +#else + #include +#endif + +#include + +#include +#include +#include + +#include + +#define _SPI SPIClass +#define RF24_SPI_PTR +typedef uint8_t rf24_gpio_pin_t; +#define RF24_PIN_INVALID 0xFF + +#define printf Serial.printf + +#ifdef RF24_DEBUG + #define IF_RF24_DEBUG(x) ({ x; }) +#else + #define IF_RF24_DEBUG(x) +#endif + +#define PRIPSTR "%s" + +#endif // RF24_UTILITY_TEENSY_RF24_ARCH_CONFIG_H_ -- cgit v1.2.3