Skip to content

Commit ef6eedc

Browse files
author
Ricardo Lima Caratti
committed
SI470X Arduino Library
1 parent d80cbdb commit ef6eedc

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

keywords.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
##################################################################
2+
# Syntax Coloring Map
3+
##################################################################
4+
# Datatypes (KEYWORD1)
5+
SI470X KEYWORD1
6+
7+
# Methods (KEYWORD2)
8+
9+
SI470X KEYWORD2
10+
setup KEYWORD2
11+
reset KEYWORD2
12+
setRegister KEYWORD2
13+
getRegister KEYWORD2
14+
setFM KEYWORD2
15+
setFrequency KEYWORD2
16+
frequencyUp KEYWORD2
17+
frequencyDown KEYWORD2
18+
19+

library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=PU2CLR SI470X
2+
version=1.0.1
3+
author=Ricardo Lima Caratti, [email protected]
4+
maintainer=Ricardo Lima Caratti
5+
sentence=Control your SI470X BROADCAST FM.
6+
paragraph=This library provides an easier interface to control the IC SI470X device.
7+
category=Device Control
8+
url=https://github.com/pu2clr/SI470X
9+
includes=SI470X.h
10+
architectures=*

license.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Ricardo Lima Caratti
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE ARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10+

0 commit comments

Comments
 (0)