PSoC Sensors Library
This is a PSoC Creator library project containing code to be used to interface a PSoC 5LP MCU to several hardware devices with PSoC Creator drag-and-drop components.
Included Components
This is a list of sensors contained in the library:
This is a list of sensors that are being planned be included in the library in the near future:
SSD1306 Display Driver
Setup
Clone the repository:
git clone https://github.com/dado93/PSoC-Sensors-Library
Add the Library project as a dependency for your project in PSoC Creator. Go to Project > Dependencies > Add User Depencency
Use the provided components in your projects
Documentation
Due to the fact that PSoC Creator require API functions to use $INSTANCE_NAME in the source code, the conf.py file was modified to properly build the documentation of the library. The official documentation is built using ReadTheDocs.
Install Doxygen, breathe, and sphinx
Do not edit the Doxygen file, as it is already configured
cd docsRun
make htmlYou will find the documentation in the
docs\_buildfolder