pico-stuff/lib
Luigi Cruz b8c1cd2797 Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
..
bmp180 Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
usb_network_stack Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
CMakeLists.txt Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
README.md Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03: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 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.