This commit is contained in:
ladyada 2025-01-08 15:05:13 -05:00
parent 8a32dc72c9
commit 186ea35211
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "Adafruit_I2CDevice.h" #include "Adafruit_I2CDevice.h"
//#define DEBUG_SERIAL Serial // #define DEBUG_SERIAL Serial
/*! /*!
* @brief Create an I2C device at a given address * @brief Create an I2C device at a given address

View File

@ -1,6 +1,6 @@
#include "Adafruit_SPIDevice.h" #include "Adafruit_SPIDevice.h"
//#define DEBUG_SERIAL Serial // #define DEBUG_SERIAL Serial
/*! /*!
* @brief Create an SPI device with the given CS pin and settings * @brief Create an SPI device with the given CS pin and settings

View File

@ -56,7 +56,7 @@ typedef BitOrder BusIOBitOrder;
// ports set and clear registers which are atomic. // ports set and clear registers which are atomic.
// typedef volatile uint32_t BusIO_PortReg; // typedef volatile uint32_t BusIO_PortReg;
// typedef uint32_t BusIO_PortMask; // typedef uint32_t BusIO_PortMask;
//#define BUSIO_USE_FAST_PINIO // #define BUSIO_USE_FAST_PINIO
#elif defined(__MBED__) || defined(__ZEPHYR__) #elif defined(__MBED__) || defined(__ZEPHYR__)
// Boards based on RTOS cores like mbed or Zephyr are not going to expose the // Boards based on RTOS cores like mbed or Zephyr are not going to expose the