Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javier-games/lib-x9c
Library to interface with the digitally controlled potentiometer X9C integrated circuit.
https://github.com/javier-games/lib-x9c
Last synced: about 2 months ago
JSON representation
Library to interface with the digitally controlled potentiometer X9C integrated circuit.
- Host: GitHub
- URL: https://github.com/javier-games/lib-x9c
- Owner: javier-games
- License: mit
- Created: 2024-08-11T12:16:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T05:46:17.000Z (5 months ago)
- Last Synced: 2024-08-15T06:46:31.567Z (5 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
```
██╗ ██╗ █████╗ ██████╗
╚██╗██╔╝██╔══██╗██╔════╝
╚███╔╝ ╚██████║██║
██╔██╗ ╚═══██║██║
██╔╝ ██╗ █████╔╝╚██████╗
╚═╝ ╚═╝ ╚════╝ ╚═════╝
██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██╗ ██╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗╚██╗ ██╔╝
██║ ██║██████╔╝██████╔╝███████║██████╔╝ ╚████╔╝
██║ ██║██╔══██╗██╔══██╗██╔══██║██╔══██╗ ╚██╔╝
███████╗██║██████╔╝██║ ██║██║ ██║██║ ██║ ██║
╚══════╝╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
```This library is designed to interface with the [X9C integrated circuit](https://www.renesas.com/us/en/document/dst/x9c102-x9c103-x9c104-x9c503-datasheet),
which is a digitally controlled potentiometer.
This library provides functions to increment or decrement the resistance,
set the wiper position, and manage the internal memory of the X9C.