reclang
This commit is contained in:
parent
8a32dc72c9
commit
186ea35211
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue