Skip to content

Commit 11a71a4

Browse files
author
Ricardo Lima Caratti
committed
SI470X Arduino Library
1 parent ac3c99e commit 11a71a4

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.vscode/arduino.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"board": "arduino:sam:arduino_due_x"
3+
}

.vscode/c_cpp_properties.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": [
6+
"/Users/rcaratti/Library/Arduino15/packages/arduino/tools/**",
7+
"/Users/rcaratti/Library/Arduino15/packages/arduino/hardware/sam/1.6.12/**"
8+
],
9+
"forcedInclude": [
10+
"/Users/rcaratti/Library/Arduino15/packages/arduino/hardware/sam/1.6.12/cores/arduino/Arduino.h"
11+
],
12+
"macFrameworkPath": [
13+
"/System/Library/Frameworks",
14+
"/Library/Frameworks"
15+
],
16+
"intelliSenseMode": "clang-x64",
17+
"compilerPath": "/usr/bin/clang",
18+
"cStandard": "c11",
19+
"cppStandard": "c++17"
20+
}
21+
],
22+
"version": 4
23+
}

examples/si470x_01_serial_monitor/si470x_03_stm32/si470x_03_stm32.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Test and validation of SI4703 on ESP32 board.
2+
Test and validation of SI4703 on STM32 board.
33
44
ATTENTION:
55
Please, avoid using the computer connected to the mains during testing. Used just the battery of your computer.

examples/si470x_03_STM32_OLED/SI4735_03_STM32_OLED.ino

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
SI4735 all in one with SSB Support
3-
42
This sketch has been successfully tested on STM32F103 Bluepill
53
64
The table below shows the Si4735 and STM32F103C8 pin connections

0 commit comments

Comments
 (0)