Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javier-games/lib-ds1267
Library to interface with the digitally controlled potentiometer DS-1267 integrated circuit.
https://github.com/javier-games/lib-ds1267
Last synced: about 1 month ago
JSON representation
Library to interface with the digitally controlled potentiometer DS-1267 integrated circuit.
- Host: GitHub
- URL: https://github.com/javier-games/lib-ds1267
- Owner: javier-games
- License: mit
- Created: 2024-08-11T11:22:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T05:48:43.000Z (4 months ago)
- Last Synced: 2024-08-15T06:38:51.085Z (4 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
```
██████╗ ███████╗ ██╗██████╗ ██████╗███████╗
██╔══██╗██╔════╝ ███║╚════██╗██╔════╝╚════██║
██║ ██║███████╗█████╗╚██║ █████╔╝███████╗ ██╔╝
██║ ██║╚════██║╚════╝ ██║██╔═══╝ ██╔═══██╗ ██╔╝
██████╔╝███████║ ██║███████╗╚██████╔╝ ██║
╚═════╝ ╚══════╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝
██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██╗ ██╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗╚██╗ ██╔╝
██║ ██║██████╔╝██████╔╝███████║██████╔╝ ╚████╔╝
██║ ██║██╔══██╗██╔══██╗██╔══██║██╔══██╗ ╚██╔╝
███████╗██║██████╔╝██║ ██║██║ ██║██║ ██║ ██║
╚══════╝╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
```The DS-1267, in a short, is a very useful integrated circuit with a bank of resistors inside and you can choose how many resistors to use, which let you control resistance.
This library will help you to use the IC [DS-1267](https://www.analog.com/media/en/technical-documentation/data-sheets/DS1267.pdf) very easy and quickly.