Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.25 KB

Library for Tuner Shield

This library allows the user to:

  • Control the tuner chips SI468x
  • Use DAB+

Example are included to get you started.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

The library enables the following functions:

General methods for class

Get events and messages

Get various information

Configuration

Installation

To install, use the Arduino Library Manager and search for "ComDriverSpi" and install the library.

OR

Download the zip file and copy the contence in to your Arduino's contributed libraries folder found in your sketchbook folder.

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact [email protected].

Distributed as-is; no warranty is given.