A lightweight Arduino library for analog sensors with photoresistors, thermistors, and potentiometers.
-
Download the .zip file of the latest release. -
Click the
<>Codebutton and select Download ZIP to download the .zip file. -
In the Arduino IDE, go to Sketch > Include Library > Add .ZIP Library....
-
Select the downloaded .zip file.
To update the library:
- Go to Documents > Arduino > libraries > FelixSense to and delete the existing FelixSense folder from your libraries directory.
- Follow the installation steps above to install the latest version.
Add the following to the project's platformio.ini file:
lib_deps =
https://github.com/felixthecat8a/FelixSense.git