You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to latest from Adafruit; Update to Arduino-CI/action@stable-1.x (#9)
* Make compatible with Heltec's CubeCell Arduino-core
The functions fast pin-I/O uses are currently missing, so don't define BUSIO_USE_FAST_PINIO. Also, we need typedef for BitOrder, but it refuses to compile without also including Arduino.h, at least under PlatformIO.
* Update Adafruit_SPIDevice.h
* Buffer arguments of write functions are changed to const so that the functions cannot change the content of the buffer. Also, if the I2C device's register address are define using const rather than #define, the functions can accept those too.
* Applied clang formatting.
* Added function description.
* Update Adafruit_SPIDevice.cpp
The SPI.cpp that the STM32 project uses does not have a transfer method with both a buffer and a length. Changes to this file uses a transfer method that just needs a single 8 bit character.
* Update Adafruit_SPIDevice.cpp
Added code to define 'i'.
* Update Adafruit_SPIDevice.cpp
Adjusted syntax of added 'for' statement
* Update Adafruit_SPIDevice.cpp
* Update Adafruit_SPIDevice.cpp
Changing #ifdef construct to make STM32 a special case.
* Updated #if #elif structure.
Update #if #elif structure to avoid nested #ifdef's
* Removed extra blank line
* Update Adafruit_SPIDevice.cpp
* Revert "Added function description."
This reverts commit 0475316.
* Write functions' description updated that explains why the buffer arguments are const.
* Bump to 1.7.0
* Release memory allocated in constructors
* Edit comment to match other functions.
* Bump to 1.7.1
* Define the meaning of 'type' for BusIO Registers
Addressed issue adafruit#19 by updating register consts with suggested descriptions.
Co-Authored-By: jayjlawrence <1862335+jayjlawrence@users.noreply.github.com>
* Bump to 1.7.2
* Remove duplicate definition of destructor.
Co-authored-by: WereCatf <werecatf@gmail.com>
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net>
Co-authored-by: DESKTOP\fahadmirza <fahadmirza8@gmail.com>
Co-authored-by: howard-wa9axq <75182246+howard-wa9axq@users.noreply.github.com>
Co-authored-by: Dylan Herrada <33632497+dherrada@users.noreply.github.com>
Co-authored-by: Stuart Feichtinger <stuart.feichtinger@gmail.com>
Co-authored-by: jayjlawrence <1862335+jayjlawrence@users.noreply.github.com>
Co-authored-by: James Foster <git@jgfoster.net>
0 commit comments