* Add DEVFULL
DEVFULL mimics the /dev/full device of Linux, can be used for testing.
* Add WaveMix
Arduino library to mix two signals (A and B) with an adaptive weight.
* add DHTINT
integer only DHT library to save footprint for processors with small memory e.g. UNO, attiny45/85 etc.
* Adding SIKTEC-MDSwitch library
SIKTEC-MDSwitch library for using and attaching callbacks to Multi direction switch with interrupt support
* Added library SIKTEC-SPI
A SPI wrapper with better SPI api
* Revert "Added library SIKTEC-SPI"
This reverts commit 9c44fcb692.
* Added library SIKTEC-SPI
A SPI wrapper with better SPI api
* Added SIKTEC-SRAM
A library for interfacing Microchip's SRAM chips
Co-authored-by: SIKTEC <83234225+siktec-lab@users.noreply.github.com>
* Adding SIKTEC-MDSwitch library
SIKTEC-MDSwitch library for using and attaching callbacks to Multi direction switch with interrupt support
* Added library SIKTEC-SPI
A SPI wrapper with better SPI api
* Revert "Added library SIKTEC-SPI"
This reverts commit 9c44fcb692.
* Added library SIKTEC-SPI
A SPI wrapper with better SPI api
Co-authored-by: Shlomo Hassid <shlomohassid@gmail.com>
### Releases v1.0.0
1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library**
2. Currently supporting only SD Card. Will add support to LittleFS, etc. in next releases