Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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