Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbtronics/fm1216duino
An Arduino Library to controlo FM1216-Tuner over I2C (only Soft-I2C)
https://github.com/jbtronics/fm1216duino
arduino arduino-library fm i2c radio tuner
Last synced: 2 months ago
JSON representation
An Arduino Library to controlo FM1216-Tuner over I2C (only Soft-I2C)
- Host: GitHub
- URL: https://github.com/jbtronics/fm1216duino
- Owner: jbtronics
- License: gpl-3.0
- Created: 2015-01-10T12:55:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T12:33:45.000Z (about 6 years ago)
- Last Synced: 2024-05-02T02:23:00.984Z (9 months ago)
- Topics: arduino, arduino-library, fm, i2c, radio, tuner
- Language: C
- Size: 24.4 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# FM1216duino
FM1216-Library is a library to control FM1216-Tuners with an Arduino.
## Usage
You can configure the pins, where the Tuner is connected, in FM1216.h with SDA_PORT,SDA_PIN and SCL_PORT,SCL_PIN. Default are SDA: PORTC4 and SCL: PORTC5. These are the default pins on Arduinos with Mega328 (Uno, Nano).
Also you can configure there the Adresses for the Tuner. Default adresses are for a Tuner with AS connected to ground.# License
Licensed under GNU General Public License v3.0 (GPL 3.0). See license.txt