libDaisy icon indicating copy to clipboard operation
libDaisy copied to clipboard

Hardware Library for the Daisy Audio Platform

Results 124 libDaisy issues
Sort by recently updated
recently updated
newest added

Simpler Hall Sensor class based on Switch / GPIO rather than the STM32 hall sensor peripheral.

Port the device, this time bringing over the files as in and only changing those things strictly necessary

Add CC_SOURCES and .cc compilation to core/Makefile

[Ported from here](https://github.com/adafruit/Adafruit_BNO055)

- [Datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/1131878/STMICROELECTRONICS/VL53L1X.html) - [Library Code](https://github.com/stm32duino/VL53L1X) - [Adafruit Product Page](https://www.adafruit.com/product/3967)

Panasonic pressure and temperature sensor with a board from Adafruit. - [datasheet](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp390-ds002.pdf) - [adafruit product page](https://www.adafruit.com/product/4816) - [adafruit arduino code base](https://github.com/adafruit/Adafruit_BMP3XX)

Is this all that's needed to add support for 44.1kHz? It seems too simple, so I guess I'm missing something. 44.1kHz makes sense when sample playback from *.wav files is...

This is likely the case with a few other peripherals as well, but I encountered it with the TimerHandle When testing reusing TIM2 (which is used by System internally): I...

rfc