pico-stuff/lib
Luigi F. Cruz 5712641436 Replace hex with define. 2023-07-10 21:00:15 -03:00
..
bmp180 [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00
bmp390 [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00
fusb Replace hex with define. 2023-07-10 21:00:15 -03:00
littlefs Add documentation. 2023-01-29 20:05:23 -08:00
usb_network_stack Update network core. 2023-01-28 22:16:01 -08:00
usb_pd Add initial USB-C PD code. 2023-07-10 20:57:34 -03:00
CMakeLists.txt Add initial USB-C PD code. 2023-07-10 20:57:34 -03:00
README.md [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00

README.md

Pico Libraries

These are libraries to make things easier or add support for some sensor.

  • BMP180: Header-only library for the BMP180 atmospheric pressure and temperature sensor.
  • BMP390: Header-only library for the BMP390 atmospheric pressure and temperature sensor.
  • USB Network Stack: Library using TinyUSB's implementation of the RNDIS protocol to enable network over USB.

Debug

For debug add #define DEBUG before the #include of a header-only library.

Usage

Q: How can I use these libraries on my project?
A: Just copy and paste the header-only library file to your project.