From 8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 8 Jun 2026 23:12:15 +0530 Subject: remove .pio --- .../RF24/utility/ATTiny/RF24_arch_config.h | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 .pio/libdeps/esp32-s3-n16r8/RF24/utility/ATTiny/RF24_arch_config.h (limited to '.pio/libdeps/esp32-s3-n16r8/RF24/utility/ATTiny') diff --git a/.pio/libdeps/esp32-s3-n16r8/RF24/utility/ATTiny/RF24_arch_config.h b/.pio/libdeps/esp32-s3-n16r8/RF24/utility/ATTiny/RF24_arch_config.h deleted file mode 100644 index 40e5399..0000000 --- a/.pio/libdeps/esp32-s3-n16r8/RF24/utility/ATTiny/RF24_arch_config.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - TMRh20 2015 - ATTiny Configuration File -*/ - -#ifndef RF24_UTILITY_ATTINY_RF24_ARCH_CONFIG_H_ -#define RF24_UTILITY_ATTINY_RF24_ARCH_CONFIG_H_ - -/*** USER DEFINES: ***/ -//#define FAILURE_HANDLING -//#define MINIMAL -/**********************/ - -#define rf24_max(a, b) (a > b ? a : b) -#define rf24_min(a, b) (a < b ? a : b) - -#if ARDUINO < 100 - #include -#else - #include -#endif - -#include - -#include - -#define _SPI SPI -typedef uint8_t rf24_gpio_pin_t; -#define RF24_PIN_INVALID 0xFF - -#if !defined(RF24_CSN_SETTLE_LOW_DELAY) - #define RF24_CSN_SETTLE_LOW_DELAY 11 -#endif - -#if !defined(RF24_CSN_SETTLE_HIGH_DELAY) - #define RF24_CSN_SETTLE_HIGH_DELAY 100 -#endif - -#ifdef RF24_DEBUG - #define IF_RF24_DEBUG(x) ({ x; }) -#else - #define IF_RF24_DEBUG(x) - - #if defined(RF24_TINY) - #define printf_P(...) - #endif -#endif // !defined(RF24_DEBUG) - -#include - -#define PRIPSTR "%S" - -#endif // RF24_UTILITY_ATTINY_RF24_ARCH_CONFIG_H_ -- cgit v1.2.3