diff options
| author | krolyxon <me@krolyxon.com> | 2026-06-08 23:12:15 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-06-08 23:12:15 +0530 |
| commit | 8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 (patch) | |
| tree | a92424ac65fbdb93702ea8c44a5c52c9fd66e28c /.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy | |
| parent | 1d557527be495c59bbc07f194d903b1cec1780d3 (diff) | |
remove .pio
Diffstat (limited to '.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy')
| -rw-r--r-- | .pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h | 34 |
1 files changed, 0 insertions, 34 deletions
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 deleted file mode 100644 index 6e4a836..0000000 --- a/.pio/libdeps/esp32-s3-n16r8/RF24/utility/Teensy/RF24_arch_config.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef RF24_UTILITY_TEENSY_RF24_ARCH_CONFIG_H_ -#define RF24_UTILITY_TEENSY_RF24_ARCH_CONFIG_H_ -#if ARDUINO < 100 - - #include <WProgram.h> - -#else - #include <Arduino.h> -#endif - -#include <stddef.h> - -#include <stdint.h> -#include <stdio.h> -#include <string.h> - -#include <SPI.h> - -#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_ |
