Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snototter/basictinkering
A library for commonly used electronic components in Arduino-based projects.
https://github.com/snototter/basictinkering
Last synced: 16 days ago
JSON representation
A library for commonly used electronic components in Arduino-based projects.
- Host: GitHub
- URL: https://github.com/snototter/basictinkering
- Owner: snototter
- License: mit
- Created: 2020-01-04T22:38:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T23:25:00.000Z (about 5 years ago)
- Last Synced: 2024-11-05T22:32:25.756Z (2 months ago)
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicTinkering Library
A collection of wrapper classes for commonly used electronic components. Quite useful for tinkering and keeping projects slightly more maintainable.
`BasicTinkering` can be installed via Arduino's Library Manager (Arduino IDE: `Sketch > Include Library > Manage Libraries`).This library includes wrappers for:
* `BtButton` - software-debounced push-buttons/triggers.
* `BtLED` - standard on/off plus blinking/fading capabilities (if LED is wired to a PWM-enabled pin).
* `BtPotentiometer` (templated class) - allows querying and binning the potentiometer value.
* `BtSevenSegmentDisplay` - 7-segment display wrappers currently supporting `TM1637` digital tubes (4-digit with colon).
* `BtStopWatch` (templated class) - measures time.