├── .DS_Store ├── .vscode ├── arduino.json └── c_cpp_properties.json ├── README.md ├── _config.yml ├── _includes ├── libinstalling.html └── video01.html ├── examples ├── .DS_Store ├── README.md ├── SI470X_04_ATTINY_84_85 │ ├── .DS_Store │ ├── README.md │ ├── SI470X_01_ATTINY84 │ │ └── SI470X_01_ATTINY84.ino │ ├── SI470X_02_ATTINY84_RDS_OLED96_EEPROM │ │ └── SI470X_02_ATTINY84_RDS_OLED96_EEPROM.ino │ ├── SI470X_03_ATTINY85 │ │ └── SI470X_03_ATTINY85.ino │ └── SI470X_04_ATTINY85_RDS_OLED96_EEPROM │ │ ├── .DS_Store │ │ └── SI470X_04_ATTINY85_RDS_OLED96_EEPROM.ino ├── SI470X_06_NOKIA5110_RDS │ ├── Rotary.cpp │ ├── Rotary.h │ ├── SI470X_06_NOKIA5110_RDS.ino │ └── user_manual.txt ├── SI470X_07_LCD16X02_ESP32 │ ├── Rotary.cpp │ ├── Rotary.h │ └── SI470X_07_LCD16X02_ESP32.ino ├── UNDER_CONSTRUCTION │ ├── .DS_Store │ ├── SI470X_ATTINY85_RDS_OLED96_EEPROM │ │ ├── .DS_Store │ │ └── SI470X_ATTINY85_RDS_OLED96_EEPROM.ino │ └── si470x_03_STM32_OLED │ │ ├── Rotary.cpp │ │ ├── Rotary.h │ │ └── si470x_03_STM32_OLED.ino ├── compile_all.sh ├── config_libraries_and_boards.sh ├── si470x_01_serial_monitor │ ├── .DS_Store │ ├── si470x_00_CIRCUIT_TEST │ │ └── si470x_00_CIRCUIT_TEST.ino │ ├── si470x_01_RDS │ │ └── si470x_01_RDS.ino │ ├── si470x_02_esp32 │ │ └── si470x_02_esp32.ino │ └── si470x_03_stm32 │ │ └── si470x_03_stm32.ino └── si470x_02_TFT_display │ ├── DSEG7_Classic_Mini_Regular_30.h │ ├── Rotary.cpp │ ├── Rotary.h │ ├── Serif_plain_10.h │ ├── Serif_plain_14.h │ ├── Serif_plain_7.h │ ├── Serif_plain_8.h │ └── si470x_02_TFT_display.ino ├── extras ├── .DS_Store ├── apidoc │ ├── def │ │ └── doxygen.def │ └── html │ │ ├── SI470X_REGISTER_LOGO.png │ │ ├── SI470X_REGISTER_SUMMARY.png │ │ ├── _s_i470_x_8cpp.html │ │ ├── _s_i470_x_8h.html │ │ ├── _s_i470_x_8h.js │ │ ├── _s_i470_x_8h_source.html │ │ ├── annotated.html │ │ ├── annotated_dup.js │ │ ├── bc_s.png │ │ ├── bc_sd.png │ │ ├── bdwn.png │ │ ├── classes.html │ │ ├── closed.png │ │ ├── dir_04fb2c6e7486e6b06c4a0302227ee83b.html │ │ ├── dir_04fb2c6e7486e6b06c4a0302227ee83b.js │ │ ├── dir_fb8b488dc8ac457ec796ec1b10d9df09.html │ │ ├── dir_fb8b488dc8ac457ec796ec1b10d9df09.js │ │ ├── doc.png │ │ ├── docd.png │ │ ├── doxygen.css │ │ ├── doxygen.png │ │ ├── doxygen.svg │ │ ├── dynsections.js │ │ ├── files.html │ │ ├── files_dup.js │ │ ├── folderclosed.png │ │ ├── folderopen.png │ │ ├── functions.html │ │ ├── functions_func.html │ │ ├── functions_vars.html │ │ ├── globals.html │ │ ├── globals_defs.html │ │ ├── globals_type.html │ │ ├── group___g_a01.html │ │ ├── group___g_a01.js │ │ ├── group___g_a01_class_s_i470_x.js │ │ ├── group___g_a01_structsi470x__rds__blockb_8group0.js │ │ ├── group___g_a01_structsi470x__rds__blockb_8group2.js │ │ ├── group___g_a01_structsi470x__rds__blockb_8refined.js │ │ ├── group___g_a01_structsi470x__rds__date__time_8refined.js │ │ ├── group___g_a01_structsi470x__reg00_8refined.js │ │ ├── group___g_a01_structsi470x__reg01_8refined.js │ │ ├── group___g_a01_structsi470x__reg02_8refined.js │ │ ├── group___g_a01_structsi470x__reg03_8refined.js │ │ ├── group___g_a01_structsi470x__reg04_8refined.js │ │ ├── group___g_a01_structsi470x__reg05_8refined.js │ │ ├── group___g_a01_structsi470x__reg06_8refined.js │ │ ├── group___g_a01_structsi470x__reg07_8refined.js │ │ ├── group___g_a01_structsi470x__reg08_8refined.js │ │ ├── group___g_a01_structsi470x__reg09_8refined.js │ │ ├── group___g_a01_structsi470x__reg0a_8refined.js │ │ ├── group___g_a01_structsi470x__reg0b_8refined.js │ │ ├── group___g_a01_structsi47x__rds__blockb_8group0.js │ │ ├── group___g_a01_structsi47x__rds__blockb_8group2.js │ │ ├── group___g_a01_structsi47x__rds__blockb_8refined.js │ │ ├── group___g_a01_structsi47x__rds__date__time_8refined.js │ │ ├── group___g_a01_structword16__to__bytes_8refined.js │ │ ├── group___g_a01_unionsi470x__rds__blockb.js │ │ ├── group___g_a01_unionsi470x__rds__date__time.js │ │ ├── group___g_a01_unionsi470x__reg00.js │ │ ├── group___g_a01_unionsi470x__reg01.js │ │ ├── group___g_a01_unionsi470x__reg02.js │ │ ├── group___g_a01_unionsi470x__reg03.js │ │ ├── group___g_a01_unionsi470x__reg04.js │ │ ├── group___g_a01_unionsi470x__reg05.js │ │ ├── group___g_a01_unionsi470x__reg06.js │ │ ├── group___g_a01_unionsi470x__reg07.js │ │ ├── group___g_a01_unionsi470x__reg08.js │ │ ├── group___g_a01_unionsi470x__reg09.js │ │ ├── group___g_a01_unionsi470x__reg0a.js │ │ ├── group___g_a01_unionsi470x__reg0b.js │ │ ├── group___g_a01_unionsi47x__rds__blockb.js │ │ ├── group___g_a01_unionsi47x__rds__date__time.js │ │ ├── group___g_a01_unionword16__to__bytes.js │ │ ├── group___g_a03.html │ │ ├── group___g_a03.js │ │ ├── group___g_a04.html │ │ ├── group___g_a04.js │ │ ├── group___g_a05.html │ │ ├── group___g_a05.js │ │ ├── index.html │ │ ├── jquery.js │ │ ├── menu.js │ │ ├── menudata.js │ │ ├── modules.html │ │ ├── modules.js │ │ ├── nav_f.png │ │ ├── nav_fd.png │ │ ├── nav_g.png │ │ ├── nav_h.png │ │ ├── nav_hd.png │ │ ├── navtree.css │ │ ├── navtree.js │ │ ├── navtreedata.js │ │ ├── navtreeindex0.js │ │ ├── navtreeindex1.js │ │ ├── open.png │ │ ├── pages.html │ │ ├── resize.js │ │ ├── search │ │ ├── all_0.html │ │ ├── all_0.js │ │ ├── all_1.html │ │ ├── all_1.js │ │ ├── all_2.html │ │ ├── all_2.js │ │ ├── all_3.html │ │ ├── all_3.js │ │ ├── all_4.html │ │ ├── all_4.js │ │ ├── all_5.html │ │ ├── all_5.js │ │ ├── all_6.html │ │ ├── all_6.js │ │ ├── all_7.html │ │ ├── all_7.js │ │ ├── all_8.html │ │ ├── all_8.js │ │ ├── all_9.html │ │ ├── all_9.js │ │ ├── all_a.html │ │ ├── all_a.js │ │ ├── all_b.html │ │ ├── all_b.js │ │ ├── all_c.html │ │ ├── all_c.js │ │ ├── all_d.html │ │ ├── all_d.js │ │ ├── classes_0.html │ │ ├── classes_0.js │ │ ├── classes_1.html │ │ ├── classes_1.js │ │ ├── close.png │ │ ├── close.svg │ │ ├── defines_0.html │ │ ├── defines_0.js │ │ ├── defines_1.html │ │ ├── defines_1.js │ │ ├── defines_2.html │ │ ├── defines_2.js │ │ ├── defines_3.html │ │ ├── defines_3.js │ │ ├── defines_4.html │ │ ├── defines_4.js │ │ ├── defines_5.html │ │ ├── defines_5.js │ │ ├── files_0.html │ │ ├── files_0.js │ │ ├── functions_0.html │ │ ├── functions_0.js │ │ ├── functions_1.html │ │ ├── functions_1.js │ │ ├── functions_2.html │ │ ├── functions_2.js │ │ ├── functions_3.html │ │ ├── functions_3.js │ │ ├── functions_4.html │ │ ├── functions_4.js │ │ ├── functions_5.html │ │ ├── functions_5.js │ │ ├── functions_6.js │ │ ├── groups_0.html │ │ ├── groups_0.js │ │ ├── groups_1.html │ │ ├── groups_1.js │ │ ├── groups_2.html │ │ ├── groups_2.js │ │ ├── groups_3.js │ │ ├── mag.svg │ │ ├── mag_d.svg │ │ ├── mag_sel.png │ │ ├── mag_sel.svg │ │ ├── mag_seld.svg │ │ ├── nomatches.html │ │ ├── pages_0.html │ │ ├── pages_0.js │ │ ├── pages_1.html │ │ ├── pages_1.js │ │ ├── search.css │ │ ├── search.js │ │ ├── search_l.png │ │ ├── search_m.png │ │ ├── search_r.png │ │ ├── searchdata.js │ │ ├── typedefs_0.html │ │ ├── typedefs_0.js │ │ ├── variables_0.html │ │ ├── variables_0.js │ │ ├── variables_1.html │ │ ├── variables_1.js │ │ ├── variables_2.html │ │ ├── variables_2.js │ │ ├── variables_3.html │ │ ├── variables_3.js │ │ ├── variables_4.html │ │ ├── variables_4.js │ │ ├── variables_5.html │ │ ├── variables_5.js │ │ ├── variables_6.html │ │ ├── variables_6.js │ │ ├── variables_7.html │ │ └── variables_7.js │ │ ├── splitbar.png │ │ ├── splitbard.png │ │ ├── sync_off.png │ │ ├── sync_on.png │ │ ├── tab_a.png │ │ ├── tab_ad.png │ │ ├── tab_b.png │ │ ├── tab_bd.png │ │ ├── tab_h.png │ │ ├── tab_hd.png │ │ ├── tab_s.png │ │ ├── tab_sd.png │ │ ├── tabs.css │ │ └── todo.html ├── images │ ├── .DS_Store │ ├── ATTIny_Arduino_SETUP_01.jpg │ ├── ATiny85_prototype.png │ ├── ATtiny84A.png │ ├── ATtiny85_development.png │ ├── ATtiny_programmer.png │ ├── Attiny84A_01.png │ ├── Attiny84_prototype.png │ ├── Attiny85.png │ ├── SI4702_module.jpg │ ├── SI470X_REGISTER_LOGO.png │ ├── SI470X_REGISTER_SUMMARY.png │ ├── attiny84.png │ ├── attiny85_pinout.jpg │ ├── circuit_attiny84.png │ ├── circuit_attiny85.png │ ├── circuit_basic.png │ ├── circuit_tft_encoder.png │ ├── si4703_module0.png │ ├── si4703_module1.png │ └── under_construction.png └── schematic │ ├── .DS_Store │ ├── TFT_ENCODER_CIRCUIT.sch │ ├── basic_attiny84.sch │ ├── basic_attiny85.sch │ └── basic_circuit.sch ├── keywords.txt ├── library.properties ├── license.txt └── src ├── SI470X.cpp └── SI470X.h /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/.DS_Store -------------------------------------------------------------------------------- /.vscode/arduino.json: -------------------------------------------------------------------------------- 1 | { 2 | "board": "arduino:sam:arduino_due_x" 3 | } -------------------------------------------------------------------------------- /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- 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 | } -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-hacker -------------------------------------------------------------------------------- /_includes/libinstalling.html: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /_includes/video01.html: -------------------------------------------------------------------------------- 1 |
2 |

Presentation video

3 | 5 | -------------------------------------------------------------------------------- /examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/examples/.DS_Store -------------------------------------------------------------------------------- /examples/SI470X_04_ATTINY_84_85/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/examples/SI470X_04_ATTINY_84_85/.DS_Store -------------------------------------------------------------------------------- /examples/SI470X_04_ATTINY_84_85/SI470X_01_ATTINY84/SI470X_01_ATTINY84.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Test and validation of SI4703 on ATtiny84 device. 3 | It is FM receiver with 4 | 5 | ATtiny84 and Si470X wireup 6 | 7 | | Si470x pin | Attiny84 REF pin | Physical pin | 8 | | ----------------| -----------------| ------------- | 9 | | RESET /RST | 7 | 6 | 10 | | SEEK_UP | 3 | 10 | 11 | | SEEK_DOWN | 5 | 8 | 12 | | ENCODER_PIN_A | 0 | 13 | 13 | | ENCODER_PIN_B | 1 | 12 | 14 | | SDIO / SDA | SDA | 7 | 15 | | SCLK / CLK | SCL | 9 | 16 | 17 | By Ricardo Lima Caratti, 2020. 18 | */ 19 | 20 | #include 21 | #include 22 | 23 | 24 | // Please, check the ATtiny84 physical pins 25 | #define RESET_PIN 7 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 26 | #define SDA_PIN SDA // 27 | #define SEEK_UP 3 28 | #define SEEK_DOWN 5 29 | #define ENCODER_PIN_A 0 30 | #define ENCODER_PIN_B 1 31 | 32 | unsigned char encoder_pin_a; 33 | unsigned char encoder_prev = 0; 34 | unsigned char encoder_pin_b; 35 | long elapsedTimeEncoder = millis(); 36 | 37 | SI470X rx; 38 | 39 | void setup() 40 | { 41 | pinMode(SEEK_UP, INPUT_PULLUP); 42 | pinMode(SEEK_DOWN, INPUT_PULLUP); 43 | pinMode(ENCODER_PIN_A, INPUT_PULLUP); 44 | pinMode(ENCODER_PIN_B, INPUT_PULLUP); 45 | 46 | oled.begin(); 47 | oled.clear(); 48 | oled.on(); 49 | oled.setFont(FONT8X16); 50 | oled.setCursor(0, 0); 51 | oled.print("Si470X-Attiny84A"); 52 | oled.setCursor(0, 2); 53 | oled.print(" By PU2CLR "); 54 | delay(3000); 55 | oled.clear(); 56 | 57 | rx.setup(RESET_PIN, SDA_PIN); 58 | rx.setVolume(6); 59 | rx.setFrequency(10650); // It is the frequency you want to select in MHz multiplied by 100. 60 | showStatus(); 61 | } 62 | 63 | void showStatus() { 64 | oled.setCursor(0, 0); 65 | oled.print("FM "); 66 | oled.setCursor(38, 0); 67 | oled.print(" "); 68 | oled.setCursor(38, 0); 69 | oled.print(rx.getFrequency() / 100.0); 70 | oled.setCursor(95, 0); 71 | oled.print("MHz"); 72 | } 73 | 74 | void loop() 75 | { 76 | if ((millis() - elapsedTimeEncoder) > 5) 77 | { 78 | encoder_pin_a = digitalRead(ENCODER_PIN_A); 79 | encoder_pin_b = digitalRead(ENCODER_PIN_B); 80 | if ((!encoder_pin_a) && (encoder_prev)) // has ENCODER_PIN_A gone from high to low? 81 | { // if so, check ENCODER_PIN_B. It is high then clockwise (1) else counter-clockwise (-1) 82 | if (encoder_pin_b) 83 | rx.setFrequencyUp(); 84 | else 85 | rx.setFrequencyDown(); 86 | showStatus(); 87 | } 88 | encoder_prev = encoder_pin_a; 89 | elapsedTimeEncoder = millis(); // keep elapsedTimeEncoder updated 90 | } 91 | 92 | if (digitalRead(SEEK_UP) == LOW ) { 93 | rx.seek(SI470X_SEEK_WRAP,SI470X_SEEK_UP); 94 | showStatus(); 95 | } 96 | if (digitalRead(SEEK_DOWN) == LOW ) { 97 | rx.seek(SI470X_SEEK_WRAP,SI470X_SEEK_DOWN); 98 | showStatus(); 99 | } 100 | 101 | } 102 | -------------------------------------------------------------------------------- /examples/SI470X_04_ATTINY_84_85/SI470X_03_ATTINY85/SI470X_03_ATTINY85.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Test and validation of SI4703 on ATtiny85 device. 3 | It is a FM receiver with mini OLED and and two push buttons 4 | 5 | ATtiny85 and Si470X wireup 6 | 7 | | Si470x pin | Attiny85 REF pin | Physical pin | 8 | | ----------------| -----------------| ------------- | 9 | | RESET /RST | PB3 | 2 | 10 | | SEEK_UP | PB1 | 6 | 11 | | SEEK_DOWN | PB4 | 3 | 12 | | SDIO / SDA | SDA | 5 | 13 | | SCLK / CLK | SCL | 7 | 14 | 15 | 16 | By Ricardo Lima Caratti, 2020. 17 | */ 18 | 19 | #include 20 | #include 21 | 22 | 23 | 24 | #define RESET_PIN PB3 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 25 | #define SDA_PIN SDA // 26 | 27 | #define SEEK_UP PB1 28 | #define SEEK_DOWN PB4 29 | 30 | SI470X rx; 31 | 32 | void setup() 33 | { 34 | pinMode(SEEK_UP, INPUT_PULLUP); 35 | pinMode(SEEK_DOWN, INPUT_PULLUP); 36 | 37 | oled.begin(); 38 | oled.clear(); 39 | oled.on(); 40 | oled.setFont(FONT8X16); 41 | oled.setCursor(0, 0); 42 | oled.print("Si470X-Attiny85"); 43 | oled.setCursor(0, 2); 44 | oled.print(" By PU2CLR "); 45 | delay(3000); 46 | oled.clear(); 47 | 48 | rx.setup(RESET_PIN, SDA_PIN); 49 | rx.setVolume(6); 50 | rx.setFrequency(10650); // It is the frequency you want to select in MHz multiplied by 100. 51 | showStatus(); 52 | 53 | } 54 | 55 | void showStatus() { 56 | oled.setCursor(0, 0); 57 | oled.print("FM "); 58 | oled.setCursor(38, 0); 59 | oled.print(" "); 60 | oled.setCursor(38, 0); 61 | oled.print(rx.getFrequency() / 100.0); 62 | oled.setCursor(95, 0); 63 | oled.print("MHz"); 64 | } 65 | 66 | void loop() 67 | { 68 | if (digitalRead(SEEK_UP) == LOW ) { 69 | rx.seek(SI470X_SEEK_WRAP,SI470X_SEEK_UP); 70 | showStatus(); 71 | } 72 | if (digitalRead(SEEK_DOWN) == LOW ) { 73 | rx.seek(SI470X_SEEK_WRAP,SI470X_SEEK_DOWN); 74 | showStatus(); 75 | } 76 | delay(200); 77 | } 78 | -------------------------------------------------------------------------------- /examples/SI470X_04_ATTINY_84_85/SI470X_04_ATTINY85_RDS_OLED96_EEPROM/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/examples/SI470X_04_ATTINY_84_85/SI470X_04_ATTINY85_RDS_OLED96_EEPROM/.DS_Store -------------------------------------------------------------------------------- /examples/SI470X_06_NOKIA5110_RDS/Rotary.h: -------------------------------------------------------------------------------- 1 | // Rotary encoder library for Arduino. 2 | #include "Arduino.h" 3 | 4 | #ifndef rotary_h 5 | #define rotary_h 6 | 7 | // Enable this to emit codes twice per step 8 | // #define HALF_STEP 9 | 10 | #define ENABLE_PULLUPS // Enable weak pullups 11 | 12 | // Values returned by 'process' 13 | #define DIR_NONE 0x0 // No complete step yet 14 | #define DIR_CW 0x10 // Clockwise step 15 | #define DIR_CCW 0x20 // Anti-clockwise step 16 | 17 | class Rotary 18 | { 19 | public: 20 | Rotary(char, char); 21 | // Process pin(s) 22 | unsigned char process(); 23 | private: 24 | unsigned char state; 25 | unsigned char pin1; 26 | unsigned char pin2; 27 | }; 28 | #endif 29 | 30 | -------------------------------------------------------------------------------- /examples/SI470X_06_NOKIA5110_RDS/user_manual.txt: -------------------------------------------------------------------------------- 1 | USER MANUAL 2 | 3 | This sketch saves the latest status of the receiver into the Atmega328 eeprom. So, the latest frequency, 4 | RDS and Stereo setup are written into and restored from eeprom. This way, when you turn the receiver on, 5 | the last setup will be shown to the user. 6 | 7 | Commands: 8 | 9 | 1) SEEK STATION 10 | 11 | The seek direction is controlled by the encoder (clockwise or counter-clockwise. Press encoder push button for seeking 12 | 13 | 14 | 2) RDS 15 | 16 | Press the RDS button to enable or disable the RDS function. 17 | Some stations do not have RDS service. Please, be sure if the station you are tuning into has RDS service. 18 | 19 | 3) Stereo 20 | 21 | Press the Stereo button to enable or disable the stereo feature. 22 | 23 | 24 | 4) Volume 25 | 26 | You have two buttons: volume up and volume down for volume control. 27 | 28 | 29 | 5) RESET EEPROM 30 | 31 | You can reset the receiver by pressing the encoder push button and turning on the receiver. 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /examples/SI470X_07_LCD16X02_ESP32/Rotary.h: -------------------------------------------------------------------------------- 1 | // Rotary encoder library for Arduino. 2 | #include "Arduino.h" 3 | 4 | #ifndef rotary_h 5 | #define rotary_h 6 | 7 | // Enable this to emit codes twice per step 8 | // #define HALF_STEP 9 | 10 | #define ENABLE_PULLUPS // Enable weak pullups 11 | 12 | // Values returned by 'process' 13 | #define DIR_NONE 0x0 // No complete step yet 14 | #define DIR_CW 0x10 // Clockwise step 15 | #define DIR_CCW 0x20 // Anti-clockwise step 16 | 17 | class Rotary 18 | { 19 | public: 20 | Rotary(char, char); 21 | // Process pin(s) 22 | unsigned char process(); 23 | private: 24 | unsigned char state; 25 | unsigned char pin1; 26 | unsigned char pin2; 27 | }; 28 | #endif 29 | 30 | -------------------------------------------------------------------------------- /examples/UNDER_CONSTRUCTION/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/examples/UNDER_CONSTRUCTION/.DS_Store -------------------------------------------------------------------------------- /examples/UNDER_CONSTRUCTION/SI470X_ATTINY85_RDS_OLED96_EEPROM/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/examples/UNDER_CONSTRUCTION/SI470X_ATTINY85_RDS_OLED96_EEPROM/.DS_Store -------------------------------------------------------------------------------- /examples/UNDER_CONSTRUCTION/si470x_03_STM32_OLED/Rotary.h: -------------------------------------------------------------------------------- 1 | // Rotary encoder library for Arduino. 2 | #include "Arduino.h" 3 | 4 | #ifndef rotary_h 5 | #define rotary_h 6 | 7 | // Enable this to emit codes twice per step 8 | // #define HALF_STEP 9 | 10 | #define ENABLE_PULLUPS // Enable weak pullups 11 | 12 | // Values returned by 'process' 13 | #define DIR_NONE 0x0 // No complete step yet 14 | #define DIR_CW 0x10 // Clockwise step 15 | #define DIR_CCW 0x20 // Anti-clockwise step 16 | 17 | class Rotary 18 | { 19 | public: 20 | Rotary(char, char); 21 | // Process pin(s) 22 | unsigned char process(); 23 | private: 24 | unsigned char state; 25 | unsigned char pin1; 26 | unsigned char pin2; 27 | }; 28 | #endif 29 | -------------------------------------------------------------------------------- /examples/compile_all.sh: -------------------------------------------------------------------------------- 1 | # This script uses the arduino-cli to compile the arduino sketches using command line (without Arduino IDE). 2 | # It is very useful to check the library on multiple board types after bug fixes and improvements. 3 | # It runs on a MacOS but you can port it to Linux or Windows easily. 4 | # Some compilation results (bin and hex files) will be stores in your Download directory (/Users//Downloads/hex) 5 | # ATTENTION: 1) Be careful with --output-dir arduino-cli option. Before compiling, this option removes all the contents of the last level folder. 6 | # For example: if you use "--output-dir ~/Downloads", all the current content of the Downloads folder will be lost. 7 | # if you use "--output-dir ~/Downloads/hex", all current content of the hex folder will be lost and the Downloads 8 | # content will be preserved. 9 | # 2) I have enabled all the compile warnings (--warnings all) to check some questionable situations that can be avoided or modified to prevent future warnings. 10 | # 3) I have enabled the "--verbose" parameter to show the deteiled logs of the compiling process. 11 | # Please, see the file config_libraries_and_boards.sh 12 | # Ricardo Lima Caratti Mar 2023 13 | 14 | # compiles POC 15 | echo "********************" 16 | echo "Arduino ATmega328 based board" 17 | echo "********************" 18 | arduino-cli compile -b arduino:avr:nano ./si470x_01_serial_monitor/si470x_00_CIRCUIT_TEST --output-dir ~/Downloads/hex/atmega/si470x_00_CIRCUIT_TEST --warnings all 19 | arduino-cli compile -b arduino:avr:nano ./si470x_01_serial_monitor/si470x_01_RDS --output-dir ~/Downloads/hex/atmega/si470x_01_RDS --warnings all 20 | arduino-cli compile -b arduino:avr:nano ./si470x_02_TFT_display --output-dir ~/Downloads/hex/atmega/si470x_02_TFT_display --warnings all 21 | arduino-cli compile -b arduino:avr:nano ./SI470X_06_NOKIA5110_RDS --output-dir ~/Downloads/hex/atmega/SI470X_06_NOKIA5110_RDS --warnings all 22 | 23 | 24 | echo "********************" 25 | echo "Arduino LGT8FX based board" 26 | echo "********************" 27 | 28 | arduino-cli compile -b lgt8fx:avr:328 ./si470x_01_serial_monitor/si470x_00_CIRCUIT_TEST --output-dir ~/Downloads/hex/atmega/si470x_00_CIRCUIT_TEST --warnings all 29 | arduino-cli compile -b lgt8fx:avr:328 ./si470x_01_serial_monitor/si470x_01_RDS --output-dir ~/Downloads/hex/atmega/si470x_01_RDS --warnings all 30 | arduino-cli compile -b lgt8fx:avr:328 ./si470x_02_TFT_display --output-dir ~/Downloads/hex/atmega/si470x_02_TFT_display --warnings all 31 | arduino-cli compile -b lgt8fx:avr:328 ./SI470X_06_NOKIA5110_RDS --output-dir ~/Downloads/hex/atmega/SI470X_06_NOKIA5110_RDS --warnings all 32 | 33 | 34 | # compiles ESP32 LCD16x2_ALL_IN_ONE 35 | #echo "********************" 36 | #echo "ESP32" 37 | #echo "ESP32 LCD16x2" 38 | #echo "********************" 39 | arduino-cli compile --fqbn esp32:esp32:esp32-poe-iso ./SI470X_07_LCD16X02_ESP32 --output-dir ~/Downloads/hex/ESP32/DEVM/SI470X_07_LCD16X02_ESP32 --warnings all 40 | 41 | 42 | # compiles ATtiny84 and ATtiny85 43 | # echo "ATTINY84 and ATTINY84" 44 | # arduino-cli board -b ATTinyCore:avr:attinyx4 details 45 | arduino-cli compile --fqbn ATTinyCore:avr:attinyx4:millis=enabled ./SI470X_04_ATTINY_84_85/SI470X_02_ATTINY84_RDS_OLED96_EEPROM --output-dir ~/Downloads/hex/ATTIMY84/si470x_04_attimy84 --warnings all 46 | arduino-cli compile --fqbn ATTinyCore:avr:attinyx5:millis=enabled ./SI470X_04_ATTINY_84_85/SI470X_04_ATTINY85_RDS_OLED96_EEPROM --output-dir ~/Downloads/hex/ATTIMY85/si470x_05_attiny85 --warnings all -------------------------------------------------------------------------------- /examples/config_libraries_and_boards.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | < 28 | 29 | #define RESET_PIN 14 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 30 | 31 | SI470X rx; 32 | 33 | void setup() { 34 | 35 | Serial.begin(9600); 36 | while(!Serial); 37 | 38 | delay(500); 39 | 40 | 41 | rx.setup(RESET_PIN, A4); 42 | 43 | if (!checkI2C()) 44 | { 45 | Serial.println("\nCheck your circuit!"); 46 | while(1); 47 | } 48 | 49 | 50 | Serial.print("\nPN........................:"); 51 | Serial.print(rx.getPartNumber(),HEX); 52 | Serial.print("\nManufacturer..............:"); 53 | Serial.print(rx.getPartNumber(),HEX); 54 | Serial.print("\nCHIP Version..............:"); 55 | Serial.print(rx.getChipVersion(),HEX); 56 | Serial.print("\nDevice....................:"); 57 | Serial.print(rx.getDeviceId(),BIN); 58 | Serial.print("\nFirmware..................:"); 59 | Serial.print(rx.getFirmwareVersion(),BIN); 60 | 61 | rx.setVolume(6); 62 | 63 | delay(500); 64 | //**** 65 | Serial.print("\nEstacao 106.5MHz"); 66 | rx.setFrequency(10650); // The frequency you want to select in MHz multiplied by 100. 67 | 68 | Serial.print("\nCurrent Channel: "); 69 | Serial.print(rx.getRealChannel()); 70 | delay(500); 71 | 72 | Serial.print("\nReal Frequency.: "); 73 | Serial.print(rx.getRealFrequency()); 74 | 75 | Serial.print("\nRSSI: "); 76 | Serial.print(rx.getRssi()); 77 | 78 | 79 | // Mute test 80 | Serial.print("\nAfter 5s device will mute during 3s"); 81 | delay(5000); 82 | rx.setMute(true); 83 | delay(3000); 84 | rx.setMute(false); 85 | Serial.print("\nMute test has finished."); 86 | 87 | // Seek test 88 | Serial.print("\nSeek station"); 89 | for (int i = 0; i < 10; i++ ) { 90 | rx.seek(1,0); 91 | Serial.print("\nReal Frequency.: "); 92 | Serial.print(rx.getRealFrequency()); 93 | delay(5000); 94 | } 95 | 96 | 97 | Serial.print("\nEstacao 106.5MHz"); 98 | rx.setFrequency(10650); 99 | 100 | 101 | } 102 | 103 | void loop() { 104 | 105 | 106 | 107 | } 108 | 109 | /** 110 | * Returns true if device found 111 | */ 112 | bool checkI2C() { 113 | byte error, address; 114 | int nDevices; 115 | Serial.println("I2C bus Scanning..."); 116 | nDevices = 0; 117 | for(address = 1; address < 127; address++ ) { 118 | Wire.beginTransmission(address); 119 | error = Wire.endTransmission(); 120 | if (error == 0) { 121 | Serial.print("\nI2C device found at address 0x"); 122 | if (address<16) { 123 | Serial.print("0"); 124 | } 125 | Serial.println(address,HEX); 126 | nDevices++; 127 | } 128 | else if (error==4) { 129 | Serial.print("\nUnknow error at address 0x"); 130 | if (address<16) { 131 | Serial.print("0"); 132 | } 133 | Serial.println(address,HEX); 134 | } 135 | } 136 | if (nDevices == 0) { 137 | Serial.println("No I2C devices found\n"); 138 | return false; 139 | } 140 | else { 141 | Serial.println("done\n"); 142 | return true; 143 | } 144 | } 145 | -------------------------------------------------------------------------------- /examples/si470x_01_serial_monitor/si470x_01_RDS/si470x_01_RDS.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Under construction... See si570x_02_TFT_display 3 | 4 | Test and validation of SI4703 RDS feature. 5 | 6 | Arduino Pro Mini and SI4703 wire up 7 | 8 | | Device Si470X | Arduino Pin | 9 | | ---------------| ------------ | 10 | | RESET | 14/A0 | 11 | | SDIO | A4 | 12 | | SCLK | A5 | 13 | 14 | 15 | ATTENTION: 16 | Please, avoid using the computer connected to the mains during testing. Used just the battery of your computer. 17 | This sketch was tested on ATmega328 based board. If you are not using a ATmega328, please check the pins of your board. 18 | 19 | By Ricardo Lima Caratti, 2020. 20 | */ 21 | 22 | #include 23 | 24 | #define RESET_PIN 14 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 25 | 26 | #define MAX_DELAY_RDS 40 // 40ms - polling method 27 | #define MAX_DELAY_STATUS 2000 28 | 29 | long rds_elapsed = millis(); 30 | long status_elapsed = millis(); 31 | 32 | 33 | SI470X rx; 34 | 35 | void setup() { 36 | 37 | Serial.begin(9600); 38 | while (!Serial) 39 | ; 40 | Serial.println("\nPU2CLR SI470X Arduino Library."); 41 | 42 | 43 | rx.setup(RESET_PIN, A4 /* SDA pin for Arduino ATmega328 */); 44 | 45 | rx.setRDS(true); // Turns RDS on 46 | 47 | rx.setVolume(6); 48 | 49 | delay(500); 50 | 51 | // Select a station with RDS service in your place 52 | Serial.print("\nTuning 9470 MHz"); 53 | rx.setFrequency(9470); // It is the frequency you want to select in MHz multiplied by 100. 54 | 55 | // Enables SDR 56 | rx.setRds(true); 57 | rx.setRdsMode(1); 58 | rx.setMono(false); 59 | 60 | showHelp(); 61 | } 62 | 63 | void showHelp() { 64 | Serial.println("Type U to increase and D to decrease the frequency"); 65 | Serial.println("Type S or s to seek station Up or Down"); 66 | Serial.println("Type + or - to volume Up or Down"); 67 | Serial.println("Type 0 to show current status"); 68 | Serial.println("Type ? to this help."); 69 | Serial.println("=================================================="); 70 | delay(5000); 71 | } 72 | 73 | // Show current frequency 74 | void showStatus() { 75 | char aux[80]; 76 | sprintf(aux, "\nYou are tuned on %u MHz | RSSI: %3.3u dbUv | Vol: %2.2u | Stereo: %s\n", rx.getFrequency(), rx.getRssi(), rx.getVolume(), (rx.isStereo()) ? "Yes" : "No"); 77 | Serial.print(aux); 78 | status_elapsed = millis(); 79 | } 80 | 81 | 82 | 83 | /********************************************************* 84 | RDS 85 | *********************************************************/ 86 | char *programInfo; 87 | char *stationName; 88 | char *rdsTime; 89 | 90 | 91 | void showRdsData() { 92 | if (programInfo) { 93 | Serial.print("\nProgram Info...: "); 94 | Serial.println(programInfo); 95 | } 96 | 97 | if (stationName) { 98 | Serial.print("\nStation Name...: "); 99 | Serial.println(stationName); 100 | } 101 | 102 | if (rdsTime) { 103 | Serial.print("\nUTC / Time....: "); 104 | Serial.println(rdsTime); 105 | } 106 | } 107 | 108 | void checkRDS() { 109 | if (rx.getRdsReady()) { 110 | programInfo = rx.getRdsProgramInformation(); 111 | stationName = rx.getRdsStationName(); 112 | rdsTime = rx.getRdsTime(); 113 | showRdsData(); 114 | } 115 | } 116 | 117 | 118 | 119 | void loop() { 120 | 121 | if ((millis() - rds_elapsed) > MAX_DELAY_RDS) { 122 | checkRDS(); 123 | rds_elapsed = millis(); 124 | } 125 | 126 | if ((millis() - status_elapsed) > MAX_DELAY_STATUS) { 127 | showStatus(); 128 | status_elapsed = millis(); 129 | } 130 | 131 | if (Serial.available() > 0) { 132 | char key = Serial.read(); 133 | switch (key) { 134 | case '+': 135 | rx.setVolumeUp(); 136 | break; 137 | case '-': 138 | rx.setVolumeDown(); 139 | break; 140 | case 'U': 141 | case 'u': 142 | rx.setFrequencyUp(); 143 | break; 144 | case 'D': 145 | case 'd': 146 | rx.setFrequencyDown(); 147 | break; 148 | case 'S': 149 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_UP); 150 | break; 151 | case 's': 152 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_DOWN); 153 | break; 154 | case '?': 155 | showHelp(); 156 | break; 157 | default: 158 | break; 159 | } 160 | showStatus(); 161 | } 162 | delay(5); 163 | } 164 | -------------------------------------------------------------------------------- /examples/si470x_01_serial_monitor/si470x_02_esp32/si470x_02_esp32.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Test and validation of SI4703 on ESP32 board. 3 | 4 | ATTENTION: 5 | Please, avoid using the computer connected to the mains during testing. Used just the battery of your computer. 6 | This sketch was tested on ATmega328 based board. If you are not using a ATmega328, please check the pins of your board. 7 | 8 | | Si470X | Function |ESP LOLIN32 WEMOS (GPIO) | 9 | |-----------| ----------------------|-------------------------| 10 | | RST/RESET | RESET | 25 (GPIO25) | 11 | | SDA/SDIO | SDIO | 21 (SDA / GPIO21) | 12 | | CLK/CLOCK | SCLK | 22 (SCL / GPIO22) | 13 | 14 | 15 | By Ricardo Lima Caratti, 2020. 16 | */ 17 | 18 | #include 19 | 20 | #define RESET_PIN 25 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 21 | #define SDA_PIN 21 // 22 | 23 | // I2C bus pin on ESP32 24 | #define ESP32_I2C_SDA 21 25 | #define ESP32_I2C_SCL 22 26 | 27 | 28 | #define MAX_DELAY_RDS 40 // 40ms - polling method 29 | 30 | long rds_elapsed = millis(); 31 | 32 | SI470X rx; 33 | 34 | 35 | void showHelp() 36 | { 37 | Serial.println("Type U to increase and D to decrease the frequency"); 38 | Serial.println("Type S or s to seek station Up or Down"); 39 | Serial.println("Type + or - to volume Up or Down"); 40 | Serial.println("Type 0 to show current status"); 41 | Serial.println("Type ? to this help."); 42 | Serial.println("=================================================="); 43 | delay(1000); 44 | } 45 | 46 | 47 | // Show current frequency 48 | void showStatus() 49 | { 50 | char aux[80]; 51 | sprintf(aux,"\nYou are tuned on %u MHz | RSSI: %3.3u dbUv | Vol: %2.2u | %s ",rx.getFrequency(), rx.getRssi(), rx.getVolume(), (rx.isStereo()) ? "Yes" : "No" ); 52 | Serial.print(aux); 53 | } 54 | 55 | 56 | void setup() 57 | { 58 | Serial.begin(115200); 59 | while (!Serial) ; 60 | 61 | // The line below may be necessary to setup I2C pins on ESP32 62 | Wire.begin(ESP32_I2C_SDA, ESP32_I2C_SCL); 63 | 64 | rx.setup(RESET_PIN, ESP32_I2C_SDA); 65 | 66 | rx.setVolume(6); 67 | 68 | delay(500); 69 | 70 | // Select a station with RDS service in your place 71 | Serial.print("\nEstacao 106.5MHz"); 72 | rx.setFrequency(10650); // It is the frequency you want to select in MHz multiplied by 100. 73 | 74 | // Enables SDR 75 | rx.setRds(true); 76 | rx.setRdsMode(0); 77 | rx.setSeekThreshold(30); // Sets RSSI Seek Threshold (0 to 127) 78 | 79 | showHelp(); 80 | showStatus(); 81 | 82 | } 83 | 84 | void loop() 85 | { 86 | if (Serial.available() > 0) 87 | { 88 | char key = Serial.read(); 89 | switch (key) 90 | { 91 | case '+': 92 | rx.setVolumeUp(); 93 | break; 94 | case '-': 95 | rx.setVolumeDown(); 96 | break; 97 | case 'U': 98 | case 'u': 99 | rx.setFrequencyUp(); 100 | break; 101 | case 'D': 102 | case 'd': 103 | rx.setFrequencyDown(); 104 | break; 105 | case 'S': 106 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_UP); 107 | break; 108 | case 's': 109 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_DOWN); 110 | break; 111 | case '0': 112 | showStatus(); 113 | break; 114 | case '?': 115 | showHelp(); 116 | break; 117 | default: 118 | break; 119 | } 120 | delay(200); 121 | showStatus(); 122 | } 123 | delay(5); 124 | } 125 | -------------------------------------------------------------------------------- /examples/si470x_01_serial_monitor/si470x_03_stm32/si470x_03_stm32.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Test and validation of SI4703 on STM32 board. 3 | 4 | ATTENTION: 5 | Please, avoid using the computer connected to the mains during testing. Used just the battery of your computer. 6 | This sketch was tested on ATmega328 based board. If you are not using a ATmega328, please check the pins of your board. 7 | 8 | | Si470x pin | STM32 | 9 | | ----------------| ------------ | 10 | | RESET /RST | PA12 | 11 | | SDIO / SDA | PB7 (B7) | 12 | | SCLK / CLK | PB6 (B6) | 13 | 14 | By Ricardo Lima Caratti, 2020. 15 | */ 16 | 17 | #include 18 | 19 | #define RESET_PIN PA12 // On Arduino Atmega328 based board, this pin is labeled as A0 (14 means digital pin instead analog) 20 | #define STM32_SDA_PIN PB7 // 21 | 22 | #define MAX_DELAY_RDS 40 // 40ms - polling method 23 | 24 | long rds_elapsed = millis(); 25 | 26 | SI470X rx; 27 | 28 | 29 | void showHelp() 30 | { 31 | /* 32 | Serial.println("Type U to increase and D to decrease the frequency"); 33 | Serial.println("Type S or s to seek station Up or Down"); 34 | Serial.println("Type + or - to volume Up or Down"); 35 | Serial.println("Type 0 to show current status"); 36 | Serial.println("Type ? to this help."); 37 | Serial.println("=================================================="); 38 | delay(1000);*/ 39 | } 40 | 41 | 42 | // Show current frequency 43 | void showStatus() 44 | { 45 | char aux[80]; 46 | sprintf(aux,"\nYou are tuned on %u MHz | RSSI: %3.3u dbUv | Vol: %2.2u | %s ",rx.getFrequency(), rx.getRssi(), rx.getVolume(), (rx.isStereo()) ? "Yes" : "No" ); 47 | // Serial.print(aux); 48 | } 49 | 50 | 51 | void setup() 52 | { 53 | // Serial.begin(115200); 54 | // while (!Serial) ; 55 | 56 | rx.setup(RESET_PIN, STM32_SDA_PIN); 57 | 58 | rx.setVolume(6); 59 | 60 | delay(500); 61 | 62 | // Select a station with RDS service in your place 63 | // Serial.print("\nEstacao 106.5MHz"); 64 | rx.setFrequency(10650); // It is the frequency you want to select in MHz multiplied by 100. 65 | 66 | // Enables SDR 67 | rx.setRds(true); 68 | rx.setRdsMode(0); 69 | rx.setSeekThreshold(30); // Sets RSSI Seek Threshold (0 to 127) 70 | 71 | showHelp(); 72 | showStatus(); 73 | } 74 | 75 | void loop() 76 | { 77 | /* 78 | if (Serial.available() > 0) 79 | { 80 | char key = Serial.read(); 81 | switch (key) 82 | { 83 | case '+': 84 | rx.setVolumeUp(); 85 | break; 86 | case '-': 87 | rx.setVolumeDown(); 88 | break; 89 | case 'U': 90 | case 'u': 91 | rx.setFrequencyUp(); 92 | break; 93 | case 'D': 94 | case 'd': 95 | rx.setFrequencyDown(); 96 | break; 97 | case 'S': 98 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_UP); 99 | break; 100 | case 's': 101 | rx.seek(SI470X_SEEK_WRAP, SI470X_SEEK_DOWN); 102 | break; 103 | case '0': 104 | showStatus(); 105 | break; 106 | case '?': 107 | showHelp(); 108 | break; 109 | default: 110 | break; 111 | } 112 | delay(200); 113 | showStatus(); 114 | } */ 115 | delay(5); 116 | } 117 | -------------------------------------------------------------------------------- /examples/si470x_02_TFT_display/Rotary.h: -------------------------------------------------------------------------------- 1 | // Rotary encoder library for Arduino. 2 | #include "Arduino.h" 3 | 4 | #ifndef rotary_h 5 | #define rotary_h 6 | 7 | // Enable this to emit codes twice per step 8 | // #define HALF_STEP 9 | 10 | #define ENABLE_PULLUPS // Enable weak pullups 11 | 12 | // Values returned by 'process' 13 | #define DIR_NONE 0x0 // No complete step yet 14 | #define DIR_CW 0x10 // Clockwise step 15 | #define DIR_CCW 0x20 // Anti-clockwise step 16 | 17 | class Rotary 18 | { 19 | public: 20 | Rotary(char, char); 21 | // Process pin(s) 22 | unsigned char process(); 23 | private: 24 | unsigned char state; 25 | unsigned char pin1; 26 | unsigned char pin2; 27 | }; 28 | #endif 29 | 30 | -------------------------------------------------------------------------------- /extras/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/.DS_Store -------------------------------------------------------------------------------- /extras/apidoc/html/SI470X_REGISTER_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/SI470X_REGISTER_LOGO.png -------------------------------------------------------------------------------- /extras/apidoc/html/SI470X_REGISTER_SUMMARY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/SI470X_REGISTER_SUMMARY.png -------------------------------------------------------------------------------- /extras/apidoc/html/_s_i470_x_8h.js: -------------------------------------------------------------------------------- 1 | var _s_i470_x_8h = 2 | [ 3 | [ "MAX_DELAY_AFTER_OSCILLATOR", "_s_i470_x_8h.html#afb81dd661d531fa5c5422549fab7588f", null ], 4 | [ "I2C_DEVICE_ADDR", "_s_i470_x_8h.html#af1732013854882f94b02e77b8a6106ec", null ], 5 | [ "OSCILLATOR_TYPE_CRYSTAL", "_s_i470_x_8h.html#ad0763fd256db4ec1ecc62f84bbff56e2", null ], 6 | [ "OSCILLATOR_TYPE_REFCLK", "_s_i470_x_8h.html#ad079e38ccae2f64aa341332e2ccb8b8e", null ], 7 | [ "RDS_STANDARD", "_s_i470_x_8h.html#a128f40c85c30594203fd937611ba5f2c", null ], 8 | [ "RDS_VERBOSE", "_s_i470_x_8h.html#acdc3372b73fee284997dbef795123257", null ], 9 | [ "SI470X_SEEK_DOWN", "_s_i470_x_8h.html#ac84b00a00e735234ed2bf549d80a04b5", null ], 10 | [ "SI470X_SEEK_UP", "_s_i470_x_8h.html#af713b905174853f3a070bd87ae855822", null ], 11 | [ "SI470X_SEEK_WRAP", "_s_i470_x_8h.html#ad7a34eb47dda6f939553ded4e2b0d5c8", null ], 12 | [ "SI470X_SEEK_STOP", "_s_i470_x_8h.html#a7bf60f978a3e12a77c3d9f2c36ceafdb", null ], 13 | [ "FM_BAND_USA_EU", "_s_i470_x_8h.html#a7417bf6a10c7dd58227fc91601825691", null ], 14 | [ "FM_BAND_JAPAN_WIDE", "_s_i470_x_8h.html#a52b160692c66b326ce004ef59a9c7384", null ], 15 | [ "FM_BAND_JAPAN", "_s_i470_x_8h.html#a3e920d475d85c9c6ccd907ba332f94fc", null ], 16 | [ "FM_BAND_RESERVED", "_s_i470_x_8h.html#a24d7b9791b3d1eea6bb86b0d1596da19", null ], 17 | [ "REG00", "_s_i470_x_8h.html#a748ad53bef975af9c1edbcacc58e5be4", null ], 18 | [ "REG01", "_s_i470_x_8h.html#afc04faecdab9e0d1751466b6c53fdaf1", null ], 19 | [ "REG02", "_s_i470_x_8h.html#a09a3d3fef9f53f0dbe1dd0072f02c1d4", null ], 20 | [ "REG03", "_s_i470_x_8h.html#ac2446f96334b533154259a21c13950e6", null ], 21 | [ "REG04", "_s_i470_x_8h.html#a88dee04c27a51e335798ab012dccbea1", null ], 22 | [ "REG05", "_s_i470_x_8h.html#a848ac333ddfea97bc1f16a2e69eaf953", null ], 23 | [ "REG06", "_s_i470_x_8h.html#ac5641e8e0c3254714bcd533a4b0111ca", null ], 24 | [ "REG07", "_s_i470_x_8h.html#a2a41df49654ae321f569bfabfa74de24", null ], 25 | [ "REG08", "_s_i470_x_8h.html#a96f1c217ac648e08bc64dd3b9086612c", null ], 26 | [ "REG09", "_s_i470_x_8h.html#a48be4d4aa3bde15da7a8145c0f64fd7f", null ], 27 | [ "REG0A", "_s_i470_x_8h.html#a5ec596211175cecd682755f5e996b6dd", null ], 28 | [ "REG0B", "_s_i470_x_8h.html#a76c73d8e23848f8d73679450c2d7264b", null ], 29 | [ "REG0C", "_s_i470_x_8h.html#a0e3b6e600782d453f87223f87784c54d", null ], 30 | [ "REG0D", "_s_i470_x_8h.html#a41b7a4f7b9e629eb87dba4152995a616", null ], 31 | [ "REG0E", "_s_i470_x_8h.html#a1a5322c7bc447986d2d3b4d13de95315", null ], 32 | [ "REG0F", "_s_i470_x_8h.html#a949846d6974a39c871614c2f15ee0691", null ], 33 | [ "si470x_reg0c", "group___g_a01.html#ga9bafa0795de70ab39084aba079c5893a", null ], 34 | [ "si470x_reg0d", "group___g_a01.html#ga6bae6dc2bcd63ac6e45ddf13dbb46e34", null ], 35 | [ "si470x_reg0e", "group___g_a01.html#gacf8aa985a458924c7fa862f6ff761953", null ], 36 | [ "si470x_reg0f", "group___g_a01.html#ga7545751e439a94a29e434c97932943fc", null ] 37 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/annotated_dup.js: -------------------------------------------------------------------------------- 1 | var annotated_dup = 2 | [ 3 | [ "SI470X", "group___g_a01.html#class_s_i470_x", "group___g_a01_class_s_i470_x" ], 4 | [ "si470x_rds_blockb", "group___g_a01.html#unionsi470x__rds__blockb", "group___g_a01_unionsi470x__rds__blockb" ], 5 | [ "si470x_rds_blockb.group0", "group___g_a01.html#structsi470x__rds__blockb_8group0", "group___g_a01_structsi470x__rds__blockb_8group0" ], 6 | [ "si470x_rds_blockb.group2", "group___g_a01.html#structsi470x__rds__blockb_8group2", "group___g_a01_structsi470x__rds__blockb_8group2" ], 7 | [ "si470x_rds_blockb.refined", "group___g_a01.html#structsi470x__rds__blockb_8refined", "group___g_a01_structsi470x__rds__blockb_8refined" ], 8 | [ "si470x_rds_date_time", "group___g_a01.html#unionsi470x__rds__date__time", "group___g_a01_unionsi470x__rds__date__time" ], 9 | [ "si470x_rds_date_time.refined", "group___g_a01.html#structsi470x__rds__date__time_8refined", "group___g_a01_structsi470x__rds__date__time_8refined" ], 10 | [ "si470x_reg00", "group___g_a01.html#unionsi470x__reg00", "group___g_a01_unionsi470x__reg00" ], 11 | [ "si470x_reg00.refined", "group___g_a01.html#structsi470x__reg00_8refined", "group___g_a01_structsi470x__reg00_8refined" ], 12 | [ "si470x_reg01", "group___g_a01.html#unionsi470x__reg01", "group___g_a01_unionsi470x__reg01" ], 13 | [ "si470x_reg01.refined", "group___g_a01.html#structsi470x__reg01_8refined", "group___g_a01_structsi470x__reg01_8refined" ], 14 | [ "si470x_reg02", "group___g_a01.html#unionsi470x__reg02", "group___g_a01_unionsi470x__reg02" ], 15 | [ "si470x_reg02.refined", "group___g_a01.html#structsi470x__reg02_8refined", "group___g_a01_structsi470x__reg02_8refined" ], 16 | [ "si470x_reg03", "group___g_a01.html#unionsi470x__reg03", "group___g_a01_unionsi470x__reg03" ], 17 | [ "si470x_reg03.refined", "group___g_a01.html#structsi470x__reg03_8refined", "group___g_a01_structsi470x__reg03_8refined" ], 18 | [ "si470x_reg04", "group___g_a01.html#unionsi470x__reg04", "group___g_a01_unionsi470x__reg04" ], 19 | [ "si470x_reg04.refined", "group___g_a01.html#structsi470x__reg04_8refined", "group___g_a01_structsi470x__reg04_8refined" ], 20 | [ "si470x_reg05", "group___g_a01.html#unionsi470x__reg05", "group___g_a01_unionsi470x__reg05" ], 21 | [ "si470x_reg05.refined", "group___g_a01.html#structsi470x__reg05_8refined", "group___g_a01_structsi470x__reg05_8refined" ], 22 | [ "si470x_reg06", "group___g_a01.html#unionsi470x__reg06", "group___g_a01_unionsi470x__reg06" ], 23 | [ "si470x_reg06.refined", "group___g_a01.html#structsi470x__reg06_8refined", "group___g_a01_structsi470x__reg06_8refined" ], 24 | [ "si470x_reg07", "group___g_a01.html#unionsi470x__reg07", "group___g_a01_unionsi470x__reg07" ], 25 | [ "si470x_reg07.refined", "group___g_a01.html#structsi470x__reg07_8refined", "group___g_a01_structsi470x__reg07_8refined" ], 26 | [ "si470x_reg08", "group___g_a01.html#unionsi470x__reg08", "group___g_a01_unionsi470x__reg08" ], 27 | [ "si470x_reg08.refined", "group___g_a01.html#structsi470x__reg08_8refined", "group___g_a01_structsi470x__reg08_8refined" ], 28 | [ "si470x_reg09", "group___g_a01.html#unionsi470x__reg09", "group___g_a01_unionsi470x__reg09" ], 29 | [ "si470x_reg09.refined", "group___g_a01.html#structsi470x__reg09_8refined", "group___g_a01_structsi470x__reg09_8refined" ], 30 | [ "si470x_reg0a", "group___g_a01.html#unionsi470x__reg0a", "group___g_a01_unionsi470x__reg0a" ], 31 | [ "si470x_reg0a.refined", "group___g_a01.html#structsi470x__reg0a_8refined", "group___g_a01_structsi470x__reg0a_8refined" ], 32 | [ "si470x_reg0b", "group___g_a01.html#unionsi470x__reg0b", "group___g_a01_unionsi470x__reg0b" ], 33 | [ "si470x_reg0b.refined", "group___g_a01.html#structsi470x__reg0b_8refined", "group___g_a01_structsi470x__reg0b_8refined" ], 34 | [ "word16_to_bytes", "group___g_a01.html#unionword16__to__bytes", "group___g_a01_unionword16__to__bytes" ], 35 | [ "word16_to_bytes.refined", "group___g_a01.html#structword16__to__bytes_8refined", "group___g_a01_structword16__to__bytes_8refined" ] 36 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/bc_s.png -------------------------------------------------------------------------------- /extras/apidoc/html/bc_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/bc_sd.png -------------------------------------------------------------------------------- /extras/apidoc/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/bdwn.png -------------------------------------------------------------------------------- /extras/apidoc/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/closed.png -------------------------------------------------------------------------------- /extras/apidoc/html/dir_04fb2c6e7486e6b06c4a0302227ee83b.js: -------------------------------------------------------------------------------- 1 | var dir_04fb2c6e7486e6b06c4a0302227ee83b = 2 | [ 3 | [ "SI470X.cpp", "_s_i470_x_8cpp.html", null ], 4 | [ "SI470X.h", "_s_i470_x_8h.html", "_s_i470_x_8h" ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/dir_fb8b488dc8ac457ec796ec1b10d9df09.js: -------------------------------------------------------------------------------- 1 | var dir_fb8b488dc8ac457ec796ec1b10d9df09 = 2 | [ 3 | [ "src", "dir_04fb2c6e7486e6b06c4a0302227ee83b.html", "dir_04fb2c6e7486e6b06c4a0302227ee83b" ] 4 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/doc.png -------------------------------------------------------------------------------- /extras/apidoc/html/docd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/docd.png -------------------------------------------------------------------------------- /extras/apidoc/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/doxygen.png -------------------------------------------------------------------------------- /extras/apidoc/html/files_dup.js: -------------------------------------------------------------------------------- 1 | var files_dup = 2 | [ 3 | [ "SI470X", "dir_fb8b488dc8ac457ec796ec1b10d9df09.html", "dir_fb8b488dc8ac457ec796ec1b10d9df09" ] 4 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/folderclosed.png -------------------------------------------------------------------------------- /extras/apidoc/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/folderopen.png -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__rds__blockb_8group0.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__rds__blockb_8group0 = 2 | [ 3 | [ "address", "group___g_a01.html#a884d9804999fc47a3c2694e49ad2536a", null ], 4 | [ "DI", "group___g_a01.html#aa1b1c0cd777edd2e5cfcaf8e2e7dcab8", null ], 5 | [ "MS", "group___g_a01.html#a7a663caea1b722a63dc2868158ed584d", null ], 6 | [ "TA", "group___g_a01.html#a890a10788493e3d572586e991cd43543", null ], 7 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 8 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 9 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 10 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 11 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__rds__blockb_8group2.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__rds__blockb_8group2 = 2 | [ 3 | [ "address", "group___g_a01.html#a884d9804999fc47a3c2694e49ad2536a", null ], 4 | [ "textABFlag", "group___g_a01.html#a652bfdc159637b708ac6e6f92d7650bc", null ], 5 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 6 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 7 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 8 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 9 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__rds__blockb_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__rds__blockb_8refined = 2 | [ 3 | [ "content", "group___g_a01.html#a9a0364b9e99bb480dd25e1f0284c8555", null ], 4 | [ "textABFlag", "group___g_a01.html#a652bfdc159637b708ac6e6f92d7650bc", null ], 5 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 6 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 7 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 8 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 9 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__rds__date__time_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__rds__date__time_8refined = 2 | [ 3 | [ "offset", "group___g_a01.html#a7a86c157ee9713c34fbd7a1ee40f0c5a", null ], 4 | [ "offset_sense", "group___g_a01.html#a5ba6e404c489ff4f757e7c77cb9fa310", null ], 5 | [ "minute", "group___g_a01.html#a0a7d55be9d12a369a6a8da0fb517fba4", null ], 6 | [ "hour", "group___g_a01.html#a896c55cc5e46fab38ce9f51ebf7bfcd3", null ], 7 | [ "mjd", "group___g_a01.html#a7f7685b39180278dd0fa69f523c7bd24", null ] 8 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg00_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg00_8refined = 2 | [ 3 | [ "MFGID", "group___g_a01.html#ae33e103130f0c35dc7df2b736b3a1243", null ], 4 | [ "PN", "group___g_a01.html#a7b6166324dc52f374d908e03602b1daf", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg01_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg01_8refined = 2 | [ 3 | [ "FIRMWARE", "group___g_a01.html#ae69283e6e6bd475ce96a37d62e61c08b", null ], 4 | [ "DEV", "group___g_a01.html#abfeddf560ff988c07141df6135a9bfcf", null ], 5 | [ "REV", "group___g_a01.html#ad51e4632904a9c370000c19748a91d66", null ] 6 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg02_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg02_8refined = 2 | [ 3 | [ "ENABLE", "group___g_a01.html#ab332708e4304e13c9b424e7465254954", null ], 4 | [ "RESERVED1", "group___g_a01.html#ad8179a090910d4923b044cbce813c8ea", null ], 5 | [ "DISABLE", "group___g_a01.html#afc93ea58f6d27ffed2b6518ffecf3e4e", null ], 6 | [ "RESERVED2", "group___g_a01.html#a0b5885d29a74762639e4b55c51ce2d85", null ], 7 | [ "SEEK", "group___g_a01.html#a71fa98cecf9e896e77d11325dbe19dc6", null ], 8 | [ "SEEKUP", "group___g_a01.html#aed8a1fd68dec9364930b51d020ba07d6", null ], 9 | [ "SKMODE", "group___g_a01.html#a3afc70c9a6693899b152ca51a42f07b7", null ], 10 | [ "RDSM", "group___g_a01.html#ae9bda4fbcc2fd74774287a6be3b0aa7c", null ], 11 | [ "RESERVED3", "group___g_a01.html#aeb65411a7ccd9efc5037b3d1ca03b8b3", null ], 12 | [ "MONO", "group___g_a01.html#af5f75f1b95652443e4398974b82c3f7c", null ], 13 | [ "DMUTE", "group___g_a01.html#af7dd74521218c605e3553fdeb618e6eb", null ], 14 | [ "DSMUTE", "group___g_a01.html#a2c29ac0910f16c2e2668e5c2fa01be87", null ] 15 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg03_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg03_8refined = 2 | [ 3 | [ "CHAN", "group___g_a01.html#adf21771052967392286eeab054755423", null ], 4 | [ "RESERVED", "group___g_a01.html#a83c7f2aa8c3ac10ed8beb75cad162827", null ], 5 | [ "TUNE", "group___g_a01.html#a05069c0e15b79590b44ff985487037b7", null ] 6 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg04_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg04_8refined = 2 | [ 3 | [ "GPIO1", "group___g_a01.html#a0ed149a12d2a87f1496cdc90c23bfb1c", null ], 4 | [ "GPIO2", "group___g_a01.html#ac8715973930ed16be4d52340ef11181b", null ], 5 | [ "GPIO3", "group___g_a01.html#af2d579fe9d83fc7fe6f55c570c02af38", null ], 6 | [ "BLNDADJ", "group___g_a01.html#a847f0a9653ef12fd2d6443b0c9b998d0", null ], 7 | [ "RESERVED1", "group___g_a01.html#ad8179a090910d4923b044cbce813c8ea", null ], 8 | [ "AGCD", "group___g_a01.html#aec7f3d304ef980157d98c73fd6003a09", null ], 9 | [ "DE", "group___g_a01.html#a3a52f3c22ed6fcde5bf696a6c02c9e73", null ], 10 | [ "RDS", "group___g_a01.html#a0f41d6f36f8eaee87ea08d9f4b1159e2", null ], 11 | [ "RESERVED2", "group___g_a01.html#a0b5885d29a74762639e4b55c51ce2d85", null ], 12 | [ "STCIEN", "group___g_a01.html#ab09bf67829bc4d5914945a87be624698", null ], 13 | [ "RDSIEN", "group___g_a01.html#a3a8446a4e8c38de91d77cfbd4ac385c9", null ] 14 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg05_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg05_8refined = 2 | [ 3 | [ "VOLUME", "group___g_a01.html#a730956af87021c351084317bbc63eea6", null ], 4 | [ "SPACE", "group___g_a01.html#a6506ae39fdca9845e3a6de3865183e57", null ], 5 | [ "BAND", "group___g_a01.html#aa8a5bbeedca093b94b7f0d3f185b98f7", null ], 6 | [ "SEEKTH", "group___g_a01.html#a991f75a1bf4d56192acecdf31ad3db47", null ] 7 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg06_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg06_8refined = 2 | [ 3 | [ "SKCNT", "group___g_a01.html#aa8fc45ef83e3d988d30d6c9eb3fd0d85", null ], 4 | [ "SKSNR", "group___g_a01.html#a1e93209bd9a5874f3e90477fff0d01e3", null ], 5 | [ "VOLEXT", "group___g_a01.html#ae9d9897c4d060783fda5efbd51555ec9", null ], 6 | [ "RESERVED", "group___g_a01.html#a83c7f2aa8c3ac10ed8beb75cad162827", null ], 7 | [ "SMUTEA", "group___g_a01.html#a782739a830fd256ba3140eb7a4c520a4", null ], 8 | [ "SMUTER", "group___g_a01.html#a8ef471dbb0e593fa371a742b26f52656", null ] 9 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg07_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg07_8refined = 2 | [ 3 | [ "RESERVED", "group___g_a01.html#a83c7f2aa8c3ac10ed8beb75cad162827", null ], 4 | [ "AHIZEN", "group___g_a01.html#a237eb5a74c1d61570ea880387db3cf2e", null ], 5 | [ "XOSCEN", "group___g_a01.html#a22c9aef8785be330d7e1faf88bcfd4b1", null ] 6 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg08_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg08_8refined = 2 | [ 3 | [ "lowByte", "group___g_a01.html#a51ab88497cad20027df936afa223b23d", null ], 4 | [ "highByte", "group___g_a01.html#a7b99e4a5dc723242645ede8c604610df", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg09_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg09_8refined = 2 | [ 3 | [ "lowByte", "group___g_a01.html#a51ab88497cad20027df936afa223b23d", null ], 4 | [ "highByte", "group___g_a01.html#a7b99e4a5dc723242645ede8c604610df", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg0a_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg0a_8refined = 2 | [ 3 | [ "RSSI", "group___g_a01.html#a6833f5d3374c1679bea428b50dbad9cc", null ], 4 | [ "ST", "group___g_a01.html#aec8e57d71f07e31203035548b79d03c8", null ], 5 | [ "BLERA", "group___g_a01.html#a5cf5d2b056255cb2235ce6c52c0e9795", null ], 6 | [ "RDSS", "group___g_a01.html#a3928b702beefaf125960c8f1f7fceac7", null ], 7 | [ "AFCRL", "group___g_a01.html#a4f37d8e1a484e1ac152858e71923f86c", null ], 8 | [ "SF_BL", "group___g_a01.html#a2b31e70c6afaef56b6f30b2f50cccca4", null ], 9 | [ "STC", "group___g_a01.html#a3a247d1d806ebfcd27b09041e3186b4e", null ], 10 | [ "RDSR", "group___g_a01.html#accd030164321bb71a36d491b2e6cd424", null ] 11 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi470x__reg0b_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi470x__reg0b_8refined = 2 | [ 3 | [ "READCHAN", "group___g_a01.html#abe63df93c3d4af07359a55d5902f0f7a", null ], 4 | [ "BLERD", "group___g_a01.html#acdbca7cc1b7652544f91348f7486af0d", null ], 5 | [ "BLERC", "group___g_a01.html#acc1666a0cdb0ba6975ec0d79f971e5a3", null ], 6 | [ "BLERB", "group___g_a01.html#abf73094dcea591929f5c4ffe912d6750", null ] 7 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi47x__rds__blockb_8group0.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi47x__rds__blockb_8group0 = 2 | [ 3 | [ "address", "group___g_a01.html#a884d9804999fc47a3c2694e49ad2536a", null ], 4 | [ "DI", "group___g_a01.html#aa1b1c0cd777edd2e5cfcaf8e2e7dcab8", null ], 5 | [ "MS", "group___g_a01.html#a7a663caea1b722a63dc2868158ed584d", null ], 6 | [ "TA", "group___g_a01.html#a890a10788493e3d572586e991cd43543", null ], 7 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 8 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 9 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 10 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 11 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi47x__rds__blockb_8group2.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi47x__rds__blockb_8group2 = 2 | [ 3 | [ "address", "group___g_a01.html#a884d9804999fc47a3c2694e49ad2536a", null ], 4 | [ "textABFlag", "group___g_a01.html#a652bfdc159637b708ac6e6f92d7650bc", null ], 5 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 6 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 7 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 8 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 9 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi47x__rds__blockb_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi47x__rds__blockb_8refined = 2 | [ 3 | [ "content", "group___g_a01.html#a9a0364b9e99bb480dd25e1f0284c8555", null ], 4 | [ "textABFlag", "group___g_a01.html#a652bfdc159637b708ac6e6f92d7650bc", null ], 5 | [ "programType", "group___g_a01.html#a264bd2c2ca8c895803767b0d39ff4a09", null ], 6 | [ "trafficProgramCode", "group___g_a01.html#a59e69d63ce38754ea53c4461b5cba1e2", null ], 7 | [ "versionCode", "group___g_a01.html#a20583dcf173525a78f726ef45329c5ae", null ], 8 | [ "groupType", "group___g_a01.html#a19223bd3731a4215ead3ba6a1eb8bbe8", null ] 9 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structsi47x__rds__date__time_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structsi47x__rds__date__time_8refined = 2 | [ 3 | [ "offset", "group___g_a01.html#a7a86c157ee9713c34fbd7a1ee40f0c5a", null ], 4 | [ "offset_sense", "group___g_a01.html#a5ba6e404c489ff4f757e7c77cb9fa310", null ], 5 | [ "minute1", "group___g_a01.html#a756bdae430708e155654a844c2bcc33b", null ], 6 | [ "minute2", "group___g_a01.html#a57b42af48e9b3407c002d157d89f50ad", null ], 7 | [ "hour1", "group___g_a01.html#a0351524e66b386b6638dd47c0d00de65", null ], 8 | [ "hour2", "group___g_a01.html#a38034b153ffba397eebfcd07b4a50414", null ], 9 | [ "mjd", "group___g_a01.html#a7f7685b39180278dd0fa69f523c7bd24", null ] 10 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_structword16__to__bytes_8refined.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_structword16__to__bytes_8refined = 2 | [ 3 | [ "lowByte", "group___g_a01.html#a51ab88497cad20027df936afa223b23d", null ], 4 | [ "highByte", "group___g_a01.html#a7b99e4a5dc723242645ede8c604610df", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__rds__blockb.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__rds__blockb = 2 | [ 3 | [ "group0", "group___g_a01.html#a1644732f9b90cd2f0b3a75e83f69652f", null ], 4 | [ "group2", "group___g_a01.html#a037e5cd915a31196029f95405c1abc6e", null ], 5 | [ "refined", "group___g_a01.html#ae4a699110be4b84b5cc3b8ffcd4afb8e", null ], 6 | [ "blockB", "group___g_a01.html#aa54035544edb588bb6a31e5ec45daa5b", null ] 7 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__rds__date__time.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__rds__date__time = 2 | [ 3 | [ "refined", "group___g_a01.html#a6454b4ac071625fe12e0252e45af372b", null ], 4 | [ "raw", "group___g_a01.html#a59c5f9e42b1f4d30a52ce56c2855efcd", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg00.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg00 = 2 | [ 3 | [ "refined", "group___g_a01.html#a8d57190ac4d77b7b4f69f86d8da8426f", null ], 4 | [ "raw", "group___g_a01.html#afb411b73e91910c74fe8357deef66f5d", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg01.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg01 = 2 | [ 3 | [ "refined", "group___g_a01.html#a08f3926ebfd8f4de2df11dc5bdbff163", null ], 4 | [ "raw", "group___g_a01.html#a329b4968a3f4e1813c953b7e32375b43", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg02.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg02 = 2 | [ 3 | [ "refined", "group___g_a01.html#a74d09de6855eff615cdbe32bca639700", null ], 4 | [ "raw", "group___g_a01.html#aead6bc5a10c4e8c48c2e006574194133", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg03.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg03 = 2 | [ 3 | [ "refined", "group___g_a01.html#a4402ccf799a125ed4809d351509298b5", null ], 4 | [ "raw", "group___g_a01.html#ac7916395cdc9ad30f8fee81c8dac8aec", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg04.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg04 = 2 | [ 3 | [ "refined", "group___g_a01.html#a140c3bbef205ac3a06a299dd78fc4ff2", null ], 4 | [ "raw", "group___g_a01.html#a59b8d78321584838421a8a964e634e4e", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg05.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg05 = 2 | [ 3 | [ "refined", "group___g_a01.html#a7761f36cae85c62b924b2f39e46d22b9", null ], 4 | [ "raw", "group___g_a01.html#ac82cf38127a8333f76abe0ab32ac4695", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg06.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg06 = 2 | [ 3 | [ "refined", "group___g_a01.html#a7af2bf7070ff2dd57cbfdd5c2a0ed176", null ], 4 | [ "raw", "group___g_a01.html#a5f41f272701a3f1fef41eeb432396300", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg07.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg07 = 2 | [ 3 | [ "refined", "group___g_a01.html#adf1931da734cb10ce9078dcd71a30570", null ], 4 | [ "raw", "group___g_a01.html#a8db4bc0235b7f4a12c1fd709e1a5d657", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg08.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg08 = 2 | [ 3 | [ "refined", "group___g_a01.html#a7b40522a9614f06216f6a8c6afefa9a2", null ], 4 | [ "raw", "group___g_a01.html#adebc6a84da6127a99eaba9cee0d857ce", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg09.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg09 = 2 | [ 3 | [ "refined", "group___g_a01.html#afa6487ac0cd3ec47202ea232d7495db2", null ], 4 | [ "raw", "group___g_a01.html#aa53b128295519fed36b6381e9cd9c437", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg0a.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg0a = 2 | [ 3 | [ "refined", "group___g_a01.html#a2a3f8fc1fbc45d0feeab5739f57c58fd", null ], 4 | [ "raw", "group___g_a01.html#a487faf746b37c6fa2d66c346b1c8ded4", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi470x__reg0b.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi470x__reg0b = 2 | [ 3 | [ "refined", "group___g_a01.html#a6609128af064ed1e5570d2293e44aae4", null ], 4 | [ "raw", "group___g_a01.html#ab281b94e8384263aba0a72c75eff6be7", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi47x__rds__blockb.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi47x__rds__blockb = 2 | [ 3 | [ "group0", "group___g_a01.html#a8edf530f6dac5b6d090b2ea4f962c981", null ], 4 | [ "group2", "group___g_a01.html#aac2ce72059b9fc40a84d5e81425ad7c8", null ], 5 | [ "refined", "group___g_a01.html#a38b1d1a92e06bfbf77a5e3ec61fb531d", null ], 6 | [ "blockB", "group___g_a01.html#adbbb9a428f874a1504fab6718ecd216e", null ] 7 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionsi47x__rds__date__time.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionsi47x__rds__date__time = 2 | [ 3 | [ "refined", "group___g_a01.html#a2794d29b3c8280ce264c494df1570801", null ], 4 | [ "raw", "group___g_a01.html#a4632acc947ded9cc9577df163fabba69", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a01_unionword16__to__bytes.js: -------------------------------------------------------------------------------- 1 | var group___g_a01_unionword16__to__bytes = 2 | [ 3 | [ "refined", "group___g_a01.html#a9773e2b57371cfde7fb723984c7f8e44", null ], 4 | [ "raw", "group___g_a01.html#abed44166b8c3d82c0c44fb317d3b650a", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a03.js: -------------------------------------------------------------------------------- 1 | var group___g_a03 = 2 | [ 3 | [ "SI470X::setI2CAddress", "group___g_a03.html#ga7b31c48ccd189eccc597c0262f151afc", null ], 4 | [ "SI470X::setDelayAfterCrystalOn", "group___g_a03.html#gafcecfb8b743da7df2ca993d733487d3f", null ], 5 | [ "SI470X::getShadownRegister", "group___g_a03.html#ga8df17d9057d8bcdd01226a33e6a2d8f7", null ], 6 | [ "SI470X::setShadownRegister", "group___g_a03.html#ga4204d5798dac02868e43b7bae95b1615", null ], 7 | [ "SI470X::getAllRegisters", "group___g_a03.html#ga88702e9ed11d428d9f4c8d0c445fe6a9", null ], 8 | [ "SI470X::setAllRegisters", "group___g_a03.html#ga4370f98521b96480e9cebc4f90681e06", null ], 9 | [ "SI470X::getStatus", "group___g_a03.html#ga8b7c324942f8caa5ca00470b4aed5b2a", null ], 10 | [ "SI470X::waitAndFinishTune", "group___g_a03.html#gac1adddefa79fcd3b1b1ed16df7870d85", null ], 11 | [ "SI470X::reset", "group___g_a03.html#gaf11efb6ed0306cd67e8a7feab37519de", null ], 12 | [ "SI470X::powerUp", "group___g_a03.html#ga3fabcb452602ea372d759fe3ba20bec8", null ], 13 | [ "SI470X::powerDown", "group___g_a03.html#gabe3dc193ede8ee6ebf4bae3728046bb8", null ], 14 | [ "SI470X::setup", "group___g_a03.html#gaf7a55a90c3b808bc9cf7e254cc696d7d", null ], 15 | [ "SI470X::setup", "group___g_a03.html#ga7e2b9044c485cad0b7c2eed170ec9fe3", null ], 16 | [ "SI470X::setChannel", "group___g_a03.html#gadf162646f957df7cf5c4b542b5b4b344", null ], 17 | [ "SI470X::setFrequency", "group___g_a03.html#ga615b6785ddf6985a362ab0862f3e5513", null ], 18 | [ "SI470X::setFrequencyUp", "group___g_a03.html#ga7b9854e962def33ad453605f11feea7b", null ], 19 | [ "SI470X::setFrequencyDown", "group___g_a03.html#gaebdbd7aa402ebf50d25a6df42f38dc9a", null ], 20 | [ "SI470X::getFrequency", "group___g_a03.html#ga89180830a5e01de15ab22e0d8157c34a", null ], 21 | [ "SI470X::getRealChannel", "group___g_a03.html#ga6459a4e812ebfc92d6dca2b2f5b4f915", null ], 22 | [ "SI470X::getRealFrequency", "group___g_a03.html#gae2df536f699b4406da46d739200dff7a", null ], 23 | [ "SI470X::seek", "group___g_a03.html#ga80abdafabf55be7717ebc19138431adb", null ], 24 | [ "SI470X::seek", "group___g_a03.html#gac6f734547a631a917b459d007c733594", null ], 25 | [ "SI470X::setSeekThreshold", "group___g_a03.html#gae35d6be72c9e7c6719f76c74f0b9e6e3", null ], 26 | [ "SI470X::setBand", "group___g_a03.html#ga01abda714595dca938b452d2a3f04678", null ], 27 | [ "SI470X::setSpace", "group___g_a03.html#ga6ee8140d156a52a34b66944b58fa9ac5", null ], 28 | [ "SI470X::getRssi", "group___g_a03.html#ga4f1e1aec94964d00fde66b2af31516ee", null ], 29 | [ "SI470X::setSoftmute", "group___g_a03.html#ga346802c295b6b1e0a186763627d04afa", null ], 30 | [ "SI470X::setSoftmuteAttack", "group___g_a03.html#ga7a65ce210ab7e4b5e1a9f846ac40a07c", null ], 31 | [ "SI470X::setSoftmuteAttenuation", "group___g_a03.html#ga7d9ee0c755b654a4061efd169febd5c1", null ], 32 | [ "SI470X::setAgc", "group___g_a03.html#ga1fd445c4c6935268ff0ce0c75c3c05d0", null ], 33 | [ "SI470X::setMute", "group___g_a03.html#ga6c3cb96a721e4bb10a492d6fcad9df8a", null ], 34 | [ "SI470X::setMono", "group___g_a03.html#ga15530e43b7ebcf5f31e8bd4cab3a37eb", null ], 35 | [ "SI470X::isStereo", "group___g_a03.html#ga28d4ad88023cf90a92196bdc0d933a83", null ], 36 | [ "SI470X::setVolume", "group___g_a03.html#ga26ce2b1ed9f5f7ea870dbc7827ee0bda", null ], 37 | [ "SI470X::getVolume", "group___g_a03.html#ga1d5ac34dcd1b22bb4c41c196f0775670", null ], 38 | [ "SI470X::setVolumeUp", "group___g_a03.html#gabde2fdb0be5e3544648d265572a864b0", null ], 39 | [ "SI470X::setVolumeDown", "group___g_a03.html#gaef326f8dda60206fe260b11b801c3765", null ], 40 | [ "SI470X::setExtendedVolumeRange", "group___g_a03.html#gac7c9c854ca6f0f9fa13550071b604330", null ], 41 | [ "SI470X::getPartNumber", "group___g_a03.html#ga0a7c87000231645bdf30225f394c0465", null ], 42 | [ "SI470X::getManufacturerId", "group___g_a03.html#ga99a61da13a8ce2baec1bf99721410fcf", null ], 43 | [ "SI470X::getFirmwareVersion", "group___g_a03.html#ga8cdfc81d9489e40a0f7de26e3f717fa1", null ], 44 | [ "SI470X::getDeviceId", "group___g_a03.html#ga63c3e2fec424ed70ca0d4df87d1cae2d", null ], 45 | [ "SI470X::getChipVersion", "group___g_a03.html#gaa61e3a0dddf49f7a8037ebd030cee6b1", null ], 46 | [ "SI470X::setFmDeemphasis", "group___g_a03.html#gab356fa1acab5405781cc8b77a7f8e37c", null ] 47 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a04.js: -------------------------------------------------------------------------------- 1 | var group___g_a04 = 2 | [ 3 | [ "SI470X::getRdsStatus", "group___g_a04.html#ga5260f7e5661a1f1307b0ac624f8db123", null ], 4 | [ "SI470X::setRdsMode", "group___g_a04.html#gae03992e0bc0ea4bc10a06aea4321dbe6", null ], 5 | [ "SI470X::setRds", "group___g_a04.html#ga9eb63656b8486b8a5f6a29b7f3f16d36", null ], 6 | [ "SI470X::getRdsReady", "group___g_a04.html#ga5774290edb31b7f131972420eed5037c", null ], 7 | [ "SI470X::getRdsFlagAB", "group___g_a04.html#gae7faae1f9363c0ebac73666165010b07", null ], 8 | [ "SI470X::getRdsGroupType", "group___g_a04.html#ga448d85a027e34e49892d2266c5a161af", null ], 9 | [ "SI470X::getRdsVersionCode", "group___g_a04.html#ga3983316eaa7d08222bae8ad827cf5340", null ], 10 | [ "SI470X::getRdsProgramType", "group___g_a04.html#ga4a09ed50768522b6b8dd7e8e4cb44972", null ], 11 | [ "SI470X::getNext2Block", "group___g_a04.html#ga5fa41086a954cf412c3a9da93b8a7ef0", null ], 12 | [ "SI470X::getNext4Block", "group___g_a04.html#ga6cae796610d3357fb6e665fb2696171d", null ], 13 | [ "SI470X::getRdsText", "group___g_a04.html#ga5281877e42ccca876bd52a84a680f962", null ], 14 | [ "SI470X::getRdsText0A", "group___g_a04.html#ga0413e2829591021c91b22ad549d01eab", null ], 15 | [ "SI470X::getRdsText2A", "group___g_a04.html#gaf1074cbbdce4d6bda714e3fd95fc684c", null ], 16 | [ "SI470X::getRdsText2B", "group___g_a04.html#ga64c81d41a5f67fcfc7eb19ad7b694650", null ], 17 | [ "SI470X::getRdsTime", "group___g_a04.html#ga9be0f32628dcf4142b25eba619a0345f", null ], 18 | [ "SI470X::getRdsLocalTime", "group___g_a04.html#gaafbbf495cd10f4721836c63be93ba162", null ], 19 | [ "SI470X::getRdsAllData", "group___g_a04.html#ga8e56297e2bd3ed5db1720a0e9115775b", null ], 20 | [ "SI470X::clearRdsBuffer", "group___g_a04.html#gac7e16e20f1fdb3b598d4e3515ae46c2b", null ], 21 | [ "SI470X::getRdsSync", "group___g_a04.html#ga05478b5469d0f6e8d639079fe9d0d55c", null ] 22 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/group___g_a05.js: -------------------------------------------------------------------------------- 1 | var group___g_a05 = 2 | [ 3 | [ "SI470X::checkI2C", "group___g_a05.html#ga8da9da50c78bb526612e1d245f7930d0", null ], 4 | [ "SI470X::convertToChar", "group___g_a05.html#ga1528a262e5b99ec1a6169a9487e3b65e", null ] 5 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/menudata.js: -------------------------------------------------------------------------------- 1 | /* 2 | @licstart The following is the entire license notice for the JavaScript code in this file. 3 | 4 | The MIT License (MIT) 5 | 6 | Copyright (C) 1997-2020 by Dimitri van Heesch 7 | 8 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software 9 | and associated documentation files (the "Software"), to deal in the Software without restriction, 10 | including without limitation the rights to use, copy, modify, merge, publish, distribute, 11 | sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all copies or 15 | substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 18 | BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 19 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 20 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 | 23 | @licend The above is the entire license notice for the JavaScript code in this file 24 | */ 25 | var menudata={children:[ 26 | {text:"Main Page",url:"index.html"}, 27 | {text:"Related Pages",url:"pages.html"}, 28 | {text:"Modules",url:"modules.html"}, 29 | {text:"Data Structures",url:"annotated.html",children:[ 30 | {text:"Data Structures",url:"annotated.html"}, 31 | {text:"Data Structure Index",url:"classes.html"}, 32 | {text:"Data Fields",url:"functions.html",children:[ 33 | {text:"All",url:"functions.html",children:[ 34 | {text:"b",url:"functions.html#index_b"}, 35 | {text:"c",url:"functions.html#index_c"}, 36 | {text:"d",url:"functions.html#index_d"}, 37 | {text:"g",url:"functions.html#index_g"}, 38 | {text:"i",url:"functions.html#index_i"}, 39 | {text:"m",url:"functions.html#index_m"}, 40 | {text:"o",url:"functions.html#index_o"}, 41 | {text:"p",url:"functions.html#index_p"}, 42 | {text:"r",url:"functions.html#index_r"}, 43 | {text:"s",url:"functions.html#index_s"}, 44 | {text:"w",url:"functions.html#index_w"}]}, 45 | {text:"Functions",url:"functions_func.html",children:[ 46 | {text:"c",url:"functions_func.html#index_c"}, 47 | {text:"g",url:"functions_func.html#index_g"}, 48 | {text:"i",url:"functions_func.html#index_i"}, 49 | {text:"p",url:"functions_func.html#index_p"}, 50 | {text:"r",url:"functions_func.html#index_r"}, 51 | {text:"s",url:"functions_func.html#index_s"}, 52 | {text:"w",url:"functions_func.html#index_w"}]}, 53 | {text:"Variables",url:"functions_vars.html",children:[ 54 | {text:"b",url:"functions_vars.html#index_b"}, 55 | {text:"c",url:"functions_vars.html#index_c"}, 56 | {text:"d",url:"functions_vars.html#index_d"}, 57 | {text:"g",url:"functions_vars.html#index_g"}, 58 | {text:"m",url:"functions_vars.html#index_m"}, 59 | {text:"o",url:"functions_vars.html#index_o"}, 60 | {text:"r",url:"functions_vars.html#index_r"}, 61 | {text:"s",url:"functions_vars.html#index_s"}]}]}]}, 62 | {text:"Files",url:"files.html",children:[ 63 | {text:"File List",url:"files.html"}, 64 | {text:"Globals",url:"globals.html",children:[ 65 | {text:"All",url:"globals.html",children:[ 66 | {text:"f",url:"globals.html#index_f"}, 67 | {text:"i",url:"globals.html#index_i"}, 68 | {text:"m",url:"globals.html#index_m"}, 69 | {text:"o",url:"globals.html#index_o"}, 70 | {text:"r",url:"globals.html#index_r"}, 71 | {text:"s",url:"globals.html#index_s"}]}, 72 | {text:"Typedefs",url:"globals_type.html"}, 73 | {text:"Macros",url:"globals_defs.html"}]}]}]} 74 | -------------------------------------------------------------------------------- /extras/apidoc/html/modules.js: -------------------------------------------------------------------------------- 1 | var modules = 2 | [ 3 | [ "Basic Functions", "group___g_a03.html", "group___g_a03" ], 4 | [ "RDS Functions", "group___g_a04.html", "group___g_a04" ], 5 | [ "Tools", "group___g_a05.html", "group___g_a05" ], 6 | [ "Union, Structure and Defined Data Types
", "group___g_a01.html", "group___g_a01" ] 7 | ]; -------------------------------------------------------------------------------- /extras/apidoc/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/nav_f.png -------------------------------------------------------------------------------- /extras/apidoc/html/nav_fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/nav_fd.png -------------------------------------------------------------------------------- /extras/apidoc/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/nav_g.png -------------------------------------------------------------------------------- /extras/apidoc/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/nav_h.png -------------------------------------------------------------------------------- /extras/apidoc/html/nav_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/nav_hd.png -------------------------------------------------------------------------------- /extras/apidoc/html/navtree.css: -------------------------------------------------------------------------------- 1 | #nav-tree .children_ul { 2 | margin:0; 3 | padding:4px; 4 | } 5 | 6 | #nav-tree ul { 7 | list-style:none outside none; 8 | margin:0px; 9 | padding:0px; 10 | } 11 | 12 | #nav-tree li { 13 | white-space:nowrap; 14 | margin:0px; 15 | padding:0px; 16 | } 17 | 18 | #nav-tree .plus { 19 | margin:0px; 20 | } 21 | 22 | #nav-tree .selected { 23 | background-image: url('tab_a.png'); 24 | background-repeat:repeat-x; 25 | color: var(--nav-text-active-color); 26 | text-shadow: var(--nav-text-active-shadow); 27 | } 28 | 29 | #nav-tree .selected .arrow { 30 | color: var(--nav-arrow-selected-color); 31 | text-shadow: none; 32 | } 33 | 34 | #nav-tree img { 35 | margin:0px; 36 | padding:0px; 37 | border:0px; 38 | vertical-align: middle; 39 | } 40 | 41 | #nav-tree a { 42 | text-decoration:none; 43 | padding:0px; 44 | margin:0px; 45 | outline:none; 46 | } 47 | 48 | #nav-tree .label { 49 | margin:0px; 50 | padding:0px; 51 | font: 12px var(--font-family-nav); 52 | } 53 | 54 | #nav-tree .label a { 55 | padding:2px; 56 | } 57 | 58 | #nav-tree .selected a { 59 | text-decoration:none; 60 | color:var(--nav-text-active-color); 61 | } 62 | 63 | #nav-tree .children_ul { 64 | margin:0px; 65 | padding:0px; 66 | } 67 | 68 | #nav-tree .item { 69 | margin:0px; 70 | padding:0px; 71 | } 72 | 73 | #nav-tree { 74 | padding: 0px 0px; 75 | font-size:14px; 76 | overflow:auto; 77 | } 78 | 79 | #doc-content { 80 | overflow:auto; 81 | display:block; 82 | padding:0px; 83 | margin:0px; 84 | -webkit-overflow-scrolling : touch; /* iOS 5+ */ 85 | } 86 | 87 | #side-nav { 88 | padding:0 6px 0 0; 89 | margin: 0px; 90 | display:block; 91 | position: absolute; 92 | left: 0px; 93 | width: $width; 94 | overflow : hidden; 95 | } 96 | 97 | .ui-resizable .ui-resizable-handle { 98 | display:block; 99 | } 100 | 101 | .ui-resizable-e { 102 | background-image:var(--nav-splitbar-image); 103 | background-size:100%; 104 | background-repeat:repeat-y; 105 | background-attachment: scroll; 106 | cursor:ew-resize; 107 | height:100%; 108 | right:0; 109 | top:0; 110 | width:6px; 111 | } 112 | 113 | .ui-resizable-handle { 114 | display:none; 115 | font-size:0.1px; 116 | position:absolute; 117 | z-index:1; 118 | } 119 | 120 | #nav-tree-contents { 121 | margin: 6px 0px 0px 0px; 122 | } 123 | 124 | #nav-tree { 125 | background-repeat:repeat-x; 126 | background-color: var(--nav-background-color); 127 | -webkit-overflow-scrolling : touch; /* iOS 5+ */ 128 | } 129 | 130 | #nav-sync { 131 | position:absolute; 132 | top:5px; 133 | right:24px; 134 | z-index:0; 135 | } 136 | 137 | #nav-sync img { 138 | opacity:0.3; 139 | } 140 | 141 | #nav-sync img:hover { 142 | opacity:0.9; 143 | } 144 | 145 | @media print 146 | { 147 | #nav-tree { display: none; } 148 | div.ui-resizable-handle { display: none; position: relative; } 149 | } 150 | 151 | -------------------------------------------------------------------------------- /extras/apidoc/html/navtreedata.js: -------------------------------------------------------------------------------- 1 | /* 2 | @licstart The following is the entire license notice for the JavaScript code in this file. 3 | 4 | The MIT License (MIT) 5 | 6 | Copyright (C) 1997-2020 by Dimitri van Heesch 7 | 8 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software 9 | and associated documentation files (the "Software"), to deal in the Software without restriction, 10 | including without limitation the rights to use, copy, modify, merge, publish, distribute, 11 | sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all copies or 15 | substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 18 | BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 19 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 20 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 | 23 | @licend The above is the entire license notice for the JavaScript code in this file 24 | */ 25 | var NAVTREE = 26 | [ 27 | [ "PU2CLR SI470X Arduino Library", "index.html", [ 28 | [ "SI470X Arduino Library implementation", "index.html", null ], 29 | [ "Todo List", "todo.html", null ], 30 | [ "Modules", "modules.html", "modules" ], 31 | [ "Data Structures", "annotated.html", [ 32 | [ "Data Structures", "annotated.html", "annotated_dup" ], 33 | [ "Data Structure Index", "classes.html", null ], 34 | [ "Data Fields", "functions.html", [ 35 | [ "All", "functions.html", null ], 36 | [ "Functions", "functions_func.html", null ], 37 | [ "Variables", "functions_vars.html", null ] 38 | ] ] 39 | ] ], 40 | [ "Files", "files.html", [ 41 | [ "File List", "files.html", "files_dup" ], 42 | [ "Globals", "globals.html", [ 43 | [ "All", "globals.html", null ], 44 | [ "Typedefs", "globals_type.html", null ], 45 | [ "Macros", "globals_defs.html", null ] 46 | ] ] 47 | ] ] 48 | ] ] 49 | ]; 50 | 51 | var NAVTREEINDEX = 52 | [ 53 | "_s_i470_x_8cpp.html", 54 | "group___g_a03.html#gac1adddefa79fcd3b1b1ed16df7870d85" 55 | ]; 56 | 57 | var SYNCONMSG = 'click to disable panel synchronisation'; 58 | var SYNCOFFMSG = 'click to enable panel synchronisation'; -------------------------------------------------------------------------------- /extras/apidoc/html/navtreeindex1.js: -------------------------------------------------------------------------------- 1 | var NAVTREEINDEX1 = 2 | { 3 | "group___g_a03.html#gac1adddefa79fcd3b1b1ed16df7870d85":[2,0,7], 4 | "group___g_a03.html#gac6f734547a631a917b459d007c733594":[2,0,21], 5 | "group___g_a03.html#gac7c9c854ca6f0f9fa13550071b604330":[2,0,37], 6 | "group___g_a03.html#gadf162646f957df7cf5c4b542b5b4b344":[2,0,13], 7 | "group___g_a03.html#gae2df536f699b4406da46d739200dff7a":[2,0,19], 8 | "group___g_a03.html#gae35d6be72c9e7c6719f76c74f0b9e6e3":[2,0,22], 9 | "group___g_a03.html#gaebdbd7aa402ebf50d25a6df42f38dc9a":[2,0,16], 10 | "group___g_a03.html#gaef326f8dda60206fe260b11b801c3765":[2,0,36], 11 | "group___g_a03.html#gaf11efb6ed0306cd67e8a7feab37519de":[2,0,8], 12 | "group___g_a03.html#gaf7a55a90c3b808bc9cf7e254cc696d7d":[2,0,11], 13 | "group___g_a03.html#gafcecfb8b743da7df2ca993d733487d3f":[2,0,1], 14 | "group___g_a04.html":[2,1], 15 | "group___g_a04.html#ga0413e2829591021c91b22ad549d01eab":[2,1,11], 16 | "group___g_a04.html#ga05478b5469d0f6e8d639079fe9d0d55c":[2,1,18], 17 | "group___g_a04.html#ga3983316eaa7d08222bae8ad827cf5340":[2,1,6], 18 | "group___g_a04.html#ga448d85a027e34e49892d2266c5a161af":[2,1,5], 19 | "group___g_a04.html#ga4a09ed50768522b6b8dd7e8e4cb44972":[2,1,7], 20 | "group___g_a04.html#ga5260f7e5661a1f1307b0ac624f8db123":[2,1,0], 21 | "group___g_a04.html#ga5281877e42ccca876bd52a84a680f962":[2,1,10], 22 | "group___g_a04.html#ga5774290edb31b7f131972420eed5037c":[2,1,3], 23 | "group___g_a04.html#ga5fa41086a954cf412c3a9da93b8a7ef0":[2,1,8], 24 | "group___g_a04.html#ga64c81d41a5f67fcfc7eb19ad7b694650":[2,1,13], 25 | "group___g_a04.html#ga6cae796610d3357fb6e665fb2696171d":[2,1,9], 26 | "group___g_a04.html#ga8e56297e2bd3ed5db1720a0e9115775b":[2,1,16], 27 | "group___g_a04.html#ga9be0f32628dcf4142b25eba619a0345f":[2,1,14], 28 | "group___g_a04.html#ga9eb63656b8486b8a5f6a29b7f3f16d36":[2,1,2], 29 | "group___g_a04.html#gaafbbf495cd10f4721836c63be93ba162":[2,1,15], 30 | "group___g_a04.html#gac7e16e20f1fdb3b598d4e3515ae46c2b":[2,1,17], 31 | "group___g_a04.html#gae03992e0bc0ea4bc10a06aea4321dbe6":[2,1,1], 32 | "group___g_a04.html#gae7faae1f9363c0ebac73666165010b07":[2,1,4], 33 | "group___g_a04.html#gaf1074cbbdce4d6bda714e3fd95fc684c":[2,1,12], 34 | "group___g_a05.html":[2,2], 35 | "group___g_a05.html#ga1528a262e5b99ec1a6169a9487e3b65e":[2,2,1], 36 | "group___g_a05.html#ga8da9da50c78bb526612e1d245f7930d0":[2,2,0], 37 | "index.html":[], 38 | "index.html":[0], 39 | "modules.html":[2], 40 | "pages.html":[], 41 | "todo.html":[1] 42 | }; 43 | -------------------------------------------------------------------------------- /extras/apidoc/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/open.png -------------------------------------------------------------------------------- /extras/apidoc/html/pages.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | PU2CLR SI470X Arduino Library: Related Pages 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 | 25 | 26 | 27 | 28 | 33 | 34 | 35 |
29 |
PU2CLR SI470X Arduino Library 1.0.1 30 |
31 |
Arduino Library for Si470X Devices - By Ricardo Lima Caratti
32 |
36 |
37 | 38 | 39 | 44 | 45 | 46 | 54 | 55 |
56 |
57 | 62 |
64 |
65 |
66 | 71 |
72 | 73 |
77 |
78 | 79 | 80 |
81 |
82 |
83 |
84 |
85 |
Loading...
86 |
Searching...
87 |
No Matches
88 |
89 |
90 |
91 |
92 | 93 |
94 |
Related Pages
95 |
96 |
97 |
Here is a list of all related documentation pages:
98 | 99 | 100 |
 Todo List
101 |
102 |
103 |
104 | 105 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['basic_20functions_0',['Basic Functions',['../group___g_a03.html',1,'']]], 4 | ['blockb_1',['blockB',['../group___g_a01.html#aa54035544edb588bb6a31e5ec45daa5b',1,'si470x_rds_blockb']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['checki2c_0',['checkI2C',['../group___g_a05.html#ga8da9da50c78bb526612e1d245f7930d0',1,'SI470X']]], 4 | ['clearrdsbuffer_1',['clearRdsBuffer',['../group___g_a04.html#gac7e16e20f1fdb3b598d4e3515ae46c2b',1,'SI470X']]], 5 | ['converttochar_2',['convertToChar',['../group___g_a05.html#ga1528a262e5b99ec1a6169a9487e3b65e',1,'SI470X']]], 6 | ['currentfmband_3',['currentFMBand',['../group___g_a01.html#a0922bf41fa04ccf82bc472b17cac76f2',1,'SI470X']]], 7 | ['currentfmspace_4',['currentFMSpace',['../group___g_a01.html#a1c33548c38a4be6ddb979486709ab114',1,'SI470X']]], 8 | ['currentfrequency_5',['currentFrequency',['../group___g_a01.html#a7b864611b6e7a17ec77d1bec8da21e92',1,'SI470X']]], 9 | ['currentvolume_6',['currentVolume',['../group___g_a01.html#aa9f5dcdb30bf41e0e97501c6cfdef914',1,'SI470X']]] 10 | ]; 11 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['deviceaddress_0',['deviceAddress',['../group___g_a01.html#a74f4814275d0ccb39f8fb0bf19a18a84',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['fm_5fband_5fjapan_0',['FM_BAND_JAPAN',['../_s_i470_x_8h.html#a3e920d475d85c9c6ccd907ba332f94fc',1,'SI470X.h']]], 4 | ['fm_5fband_5fjapan_5fwide_1',['FM_BAND_JAPAN_WIDE',['../_s_i470_x_8h.html#a52b160692c66b326ce004ef59a9c7384',1,'SI470X.h']]], 5 | ['fm_5fband_5freserved_2',['FM_BAND_RESERVED',['../_s_i470_x_8h.html#a24d7b9791b3d1eea6bb86b0d1596da19',1,'SI470X.h']]], 6 | ['fm_5fband_5fusa_5feu_3',['FM_BAND_USA_EU',['../_s_i470_x_8h.html#a7417bf6a10c7dd58227fc91601825691',1,'SI470X.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['getallregisters_0',['getAllRegisters',['../group___g_a03.html#ga88702e9ed11d428d9f4c8d0c445fe6a9',1,'SI470X']]], 4 | ['getchipversion_1',['getChipVersion',['../group___g_a03.html#gaa61e3a0dddf49f7a8037ebd030cee6b1',1,'SI470X']]], 5 | ['getdeviceid_2',['getDeviceId',['../group___g_a03.html#ga63c3e2fec424ed70ca0d4df87d1cae2d',1,'SI470X']]], 6 | ['getfirmwareversion_3',['getFirmwareVersion',['../group___g_a03.html#ga8cdfc81d9489e40a0f7de26e3f717fa1',1,'SI470X']]], 7 | ['getfrequency_4',['getFrequency',['../group___g_a03.html#ga89180830a5e01de15ab22e0d8157c34a',1,'SI470X']]], 8 | ['getmanufacturerid_5',['getManufacturerId',['../group___g_a03.html#ga99a61da13a8ce2baec1bf99721410fcf',1,'SI470X']]], 9 | ['getnext2block_6',['getNext2Block',['../group___g_a04.html#ga5fa41086a954cf412c3a9da93b8a7ef0',1,'SI470X']]], 10 | ['getnext4block_7',['getNext4Block',['../group___g_a04.html#ga6cae796610d3357fb6e665fb2696171d',1,'SI470X']]], 11 | ['getpartnumber_8',['getPartNumber',['../group___g_a03.html#ga0a7c87000231645bdf30225f394c0465',1,'SI470X']]], 12 | ['getrdsalldata_9',['getRdsAllData',['../group___g_a04.html#ga8e56297e2bd3ed5db1720a0e9115775b',1,'SI470X']]], 13 | ['getrdsflagab_10',['getRdsFlagAB',['../group___g_a04.html#gae7faae1f9363c0ebac73666165010b07',1,'SI470X']]], 14 | ['getrdsgrouptype_11',['getRdsGroupType',['../group___g_a04.html#ga448d85a027e34e49892d2266c5a161af',1,'SI470X']]], 15 | ['getrdslocaltime_12',['getRdsLocalTime',['../group___g_a04.html#gaafbbf495cd10f4721836c63be93ba162',1,'SI470X']]], 16 | ['getrdsprogramtype_13',['getRdsProgramType',['../group___g_a04.html#ga4a09ed50768522b6b8dd7e8e4cb44972',1,'SI470X']]], 17 | ['getrdsready_14',['getRdsReady',['../group___g_a04.html#ga5774290edb31b7f131972420eed5037c',1,'SI470X']]], 18 | ['getrdsstatus_15',['getRdsStatus',['../group___g_a04.html#ga5260f7e5661a1f1307b0ac624f8db123',1,'SI470X']]], 19 | ['getrdssync_16',['getRdsSync',['../group___g_a04.html#ga05478b5469d0f6e8d639079fe9d0d55c',1,'SI470X']]], 20 | ['getrdstext_17',['getRdsText',['../group___g_a04.html#ga5281877e42ccca876bd52a84a680f962',1,'SI470X']]], 21 | ['getrdstext0a_18',['getRdsText0A',['../group___g_a04.html#ga0413e2829591021c91b22ad549d01eab',1,'SI470X']]], 22 | ['getrdstext2a_19',['getRdsText2A',['../group___g_a04.html#gaf1074cbbdce4d6bda714e3fd95fc684c',1,'SI470X']]], 23 | ['getrdstext2b_20',['getRdsText2B',['../group___g_a04.html#ga64c81d41a5f67fcfc7eb19ad7b694650',1,'SI470X']]], 24 | ['getrdstime_21',['getRdsTime',['../group___g_a04.html#ga9be0f32628dcf4142b25eba619a0345f',1,'SI470X']]], 25 | ['getrdsversioncode_22',['getRdsVersionCode',['../group___g_a04.html#ga3983316eaa7d08222bae8ad827cf5340',1,'SI470X']]], 26 | ['getrealchannel_23',['getRealChannel',['../group___g_a03.html#ga6459a4e812ebfc92d6dca2b2f5b4f915',1,'SI470X']]], 27 | ['getrealfrequency_24',['getRealFrequency',['../group___g_a03.html#gae2df536f699b4406da46d739200dff7a',1,'SI470X']]], 28 | ['getrssi_25',['getRssi',['../group___g_a03.html#ga4f1e1aec94964d00fde66b2af31516ee',1,'SI470X']]], 29 | ['getshadownregister_26',['getShadownRegister',['../group___g_a03.html#ga8df17d9057d8bcdd01226a33e6a2d8f7',1,'SI470X']]], 30 | ['getstatus_27',['getStatus',['../group___g_a03.html#ga8b7c324942f8caa5ca00470b4aed5b2a',1,'SI470X']]], 31 | ['getvolume_28',['getVolume',['../group___g_a03.html#ga1d5ac34dcd1b22bb4c41c196f0775670',1,'SI470X']]], 32 | ['group0_29',['group0',['../group___g_a01.html#a1644732f9b90cd2f0b3a75e83f69652f',1,'si470x_rds_blockb']]], 33 | ['group2_30',['group2',['../group___g_a01.html#a037e5cd915a31196029f95405c1abc6e',1,'si470x_rds_blockb']]] 34 | ]; 35 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['i2c_5fdevice_5faddr_0',['I2C_DEVICE_ADDR',['../_s_i470_x_8h.html#af1732013854882f94b02e77b8a6106ec',1,'SI470X.h']]], 4 | ['isstereo_1',['isStereo',['../group___g_a03.html#ga28d4ad88023cf90a92196bdc0d933a83',1,'SI470X']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['max_5fdelay_5fafter_5foscillator_0',['MAX_DELAY_AFTER_OSCILLATOR',['../_s_i470_x_8h.html#afb81dd661d531fa5c5422549fab7588f',1,'SI470X.h']]], 4 | ['maxdelayaftarcrystalon_1',['maxDelayAftarCrystalOn',['../group___g_a01.html#a7e14d52c55c03bff9031382c6b1a0e0f',1,'SI470X']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oscillator_5ftype_5fcrystal_0',['OSCILLATOR_TYPE_CRYSTAL',['../_s_i470_x_8h.html#ad0763fd256db4ec1ecc62f84bbff56e2',1,'SI470X.h']]], 4 | ['oscillator_5ftype_5frefclk_1',['OSCILLATOR_TYPE_REFCLK',['../_s_i470_x_8h.html#ad079e38ccae2f64aa341332e2ccb8b8e',1,'SI470X.h']]], 5 | ['oscillatortype_2',['oscillatorType',['../group___g_a01.html#a32c5736f9934bb9adbe33303bee31b61',1,'SI470X']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['powerdown_0',['powerDown',['../group___g_a03.html#gabe3dc193ede8ee6ebf4bae3728046bb8',1,'SI470X']]], 4 | ['powerup_1',['powerUp',['../group___g_a03.html#ga3fabcb452602ea372d759fe3ba20bec8',1,'SI470X']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['todo_20list_0',['Todo List',['../todo.html',1,'']]], 4 | ['tools_1',['Tools',['../group___g_a05.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['union_2c_20structure_20and_20defined_20data_20types_20_20_3cbr_3e_0',['Union, Structure and Defined Data Types <br>',['../group___g_a01.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/all_d.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['waitandfinishtune_0',['waitAndFinishTune',['../group___g_a03.html#gac1adddefa79fcd3b1b1ed16df7870d85',1,'SI470X']]], 4 | ['word16_5fto_5fbytes_1',['word16_to_bytes',['../group___g_a01.html#unionword16__to__bytes',1,'']]], 5 | ['word16_5fto_5fbytes_2erefined_2',['word16_to_bytes.refined',['../group___g_a01.html#structword16__to__bytes_8refined',1,'']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/classes_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/classes_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['si470x_0',['SI470X',['../group___g_a01.html#class_s_i470_x',1,'']]], 4 | ['si470x_5frds_5fblockb_1',['si470x_rds_blockb',['../group___g_a01.html#unionsi470x__rds__blockb',1,'']]], 5 | ['si470x_5frds_5fblockb_2egroup0_2',['si470x_rds_blockb.group0',['../group___g_a01.html#structsi470x__rds__blockb_8group0',1,'']]], 6 | ['si470x_5frds_5fblockb_2egroup2_3',['si470x_rds_blockb.group2',['../group___g_a01.html#structsi470x__rds__blockb_8group2',1,'']]], 7 | ['si470x_5frds_5fblockb_2erefined_4',['si470x_rds_blockb.refined',['../group___g_a01.html#structsi470x__rds__blockb_8refined',1,'']]], 8 | ['si470x_5frds_5fdate_5ftime_5',['si470x_rds_date_time',['../group___g_a01.html#unionsi470x__rds__date__time',1,'']]], 9 | ['si470x_5frds_5fdate_5ftime_2erefined_6',['si470x_rds_date_time.refined',['../group___g_a01.html#structsi470x__rds__date__time_8refined',1,'']]], 10 | ['si470x_5freg00_7',['si470x_reg00',['../group___g_a01.html#unionsi470x__reg00',1,'']]], 11 | ['si470x_5freg00_2erefined_8',['si470x_reg00.refined',['../group___g_a01.html#structsi470x__reg00_8refined',1,'']]], 12 | ['si470x_5freg01_9',['si470x_reg01',['../group___g_a01.html#unionsi470x__reg01',1,'']]], 13 | ['si470x_5freg01_2erefined_10',['si470x_reg01.refined',['../group___g_a01.html#structsi470x__reg01_8refined',1,'']]], 14 | ['si470x_5freg02_11',['si470x_reg02',['../group___g_a01.html#unionsi470x__reg02',1,'']]], 15 | ['si470x_5freg02_2erefined_12',['si470x_reg02.refined',['../group___g_a01.html#structsi470x__reg02_8refined',1,'']]], 16 | ['si470x_5freg03_13',['si470x_reg03',['../group___g_a01.html#unionsi470x__reg03',1,'']]], 17 | ['si470x_5freg03_2erefined_14',['si470x_reg03.refined',['../group___g_a01.html#structsi470x__reg03_8refined',1,'']]], 18 | ['si470x_5freg04_15',['si470x_reg04',['../group___g_a01.html#unionsi470x__reg04',1,'']]], 19 | ['si470x_5freg04_2erefined_16',['si470x_reg04.refined',['../group___g_a01.html#structsi470x__reg04_8refined',1,'']]], 20 | ['si470x_5freg05_17',['si470x_reg05',['../group___g_a01.html#unionsi470x__reg05',1,'']]], 21 | ['si470x_5freg05_2erefined_18',['si470x_reg05.refined',['../group___g_a01.html#structsi470x__reg05_8refined',1,'']]], 22 | ['si470x_5freg06_19',['si470x_reg06',['../group___g_a01.html#unionsi470x__reg06',1,'']]], 23 | ['si470x_5freg06_2erefined_20',['si470x_reg06.refined',['../group___g_a01.html#structsi470x__reg06_8refined',1,'']]], 24 | ['si470x_5freg07_21',['si470x_reg07',['../group___g_a01.html#unionsi470x__reg07',1,'']]], 25 | ['si470x_5freg07_2erefined_22',['si470x_reg07.refined',['../group___g_a01.html#structsi470x__reg07_8refined',1,'']]], 26 | ['si470x_5freg08_23',['si470x_reg08',['../group___g_a01.html#unionsi470x__reg08',1,'']]], 27 | ['si470x_5freg08_2erefined_24',['si470x_reg08.refined',['../group___g_a01.html#structsi470x__reg08_8refined',1,'']]], 28 | ['si470x_5freg09_25',['si470x_reg09',['../group___g_a01.html#unionsi470x__reg09',1,'']]], 29 | ['si470x_5freg09_2erefined_26',['si470x_reg09.refined',['../group___g_a01.html#structsi470x__reg09_8refined',1,'']]], 30 | ['si470x_5freg0a_27',['si470x_reg0a',['../group___g_a01.html#unionsi470x__reg0a',1,'']]], 31 | ['si470x_5freg0a_2erefined_28',['si470x_reg0a.refined',['../group___g_a01.html#structsi470x__reg0a_8refined',1,'']]], 32 | ['si470x_5freg0b_29',['si470x_reg0b',['../group___g_a01.html#unionsi470x__reg0b',1,'']]], 33 | ['si470x_5freg0b_2erefined_30',['si470x_reg0b.refined',['../group___g_a01.html#structsi470x__reg0b_8refined',1,'']]] 34 | ]; 35 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/classes_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/classes_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['word16_5fto_5fbytes_0',['word16_to_bytes',['../group___g_a01.html#unionword16__to__bytes',1,'']]], 4 | ['word16_5fto_5fbytes_2erefined_1',['word16_to_bytes.refined',['../group___g_a01.html#structword16__to__bytes_8refined',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/search/close.png -------------------------------------------------------------------------------- /extras/apidoc/html/search/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 16 | 18 | image/svg+xml 19 | 21 | 22 | 23 | 24 | 25 | 27 | 31 | 32 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['fm_5fband_5fjapan_0',['FM_BAND_JAPAN',['../_s_i470_x_8h.html#a3e920d475d85c9c6ccd907ba332f94fc',1,'SI470X.h']]], 4 | ['fm_5fband_5fjapan_5fwide_1',['FM_BAND_JAPAN_WIDE',['../_s_i470_x_8h.html#a52b160692c66b326ce004ef59a9c7384',1,'SI470X.h']]], 5 | ['fm_5fband_5freserved_2',['FM_BAND_RESERVED',['../_s_i470_x_8h.html#a24d7b9791b3d1eea6bb86b0d1596da19',1,'SI470X.h']]], 6 | ['fm_5fband_5fusa_5feu_3',['FM_BAND_USA_EU',['../_s_i470_x_8h.html#a7417bf6a10c7dd58227fc91601825691',1,'SI470X.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['i2c_5fdevice_5faddr_0',['I2C_DEVICE_ADDR',['../_s_i470_x_8h.html#af1732013854882f94b02e77b8a6106ec',1,'SI470X.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['max_5fdelay_5fafter_5foscillator_0',['MAX_DELAY_AFTER_OSCILLATOR',['../_s_i470_x_8h.html#afb81dd661d531fa5c5422549fab7588f',1,'SI470X.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oscillator_5ftype_5fcrystal_0',['OSCILLATOR_TYPE_CRYSTAL',['../_s_i470_x_8h.html#ad0763fd256db4ec1ecc62f84bbff56e2',1,'SI470X.h']]], 4 | ['oscillator_5ftype_5frefclk_1',['OSCILLATOR_TYPE_REFCLK',['../_s_i470_x_8h.html#ad079e38ccae2f64aa341332e2ccb8b8e',1,'SI470X.h']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['rds_5fstandard_0',['RDS_STANDARD',['../_s_i470_x_8h.html#a128f40c85c30594203fd937611ba5f2c',1,'SI470X.h']]], 4 | ['rds_5fverbose_1',['RDS_VERBOSE',['../_s_i470_x_8h.html#acdc3372b73fee284997dbef795123257',1,'SI470X.h']]], 5 | ['reg00_2',['REG00',['../_s_i470_x_8h.html#a748ad53bef975af9c1edbcacc58e5be4',1,'SI470X.h']]], 6 | ['reg01_3',['REG01',['../_s_i470_x_8h.html#afc04faecdab9e0d1751466b6c53fdaf1',1,'SI470X.h']]], 7 | ['reg02_4',['REG02',['../_s_i470_x_8h.html#a09a3d3fef9f53f0dbe1dd0072f02c1d4',1,'SI470X.h']]], 8 | ['reg03_5',['REG03',['../_s_i470_x_8h.html#ac2446f96334b533154259a21c13950e6',1,'SI470X.h']]], 9 | ['reg04_6',['REG04',['../_s_i470_x_8h.html#a88dee04c27a51e335798ab012dccbea1',1,'SI470X.h']]], 10 | ['reg05_7',['REG05',['../_s_i470_x_8h.html#a848ac333ddfea97bc1f16a2e69eaf953',1,'SI470X.h']]], 11 | ['reg06_8',['REG06',['../_s_i470_x_8h.html#ac5641e8e0c3254714bcd533a4b0111ca',1,'SI470X.h']]], 12 | ['reg07_9',['REG07',['../_s_i470_x_8h.html#a2a41df49654ae321f569bfabfa74de24',1,'SI470X.h']]], 13 | ['reg08_10',['REG08',['../_s_i470_x_8h.html#a96f1c217ac648e08bc64dd3b9086612c',1,'SI470X.h']]], 14 | ['reg09_11',['REG09',['../_s_i470_x_8h.html#a48be4d4aa3bde15da7a8145c0f64fd7f',1,'SI470X.h']]], 15 | ['reg0a_12',['REG0A',['../_s_i470_x_8h.html#a5ec596211175cecd682755f5e996b6dd',1,'SI470X.h']]], 16 | ['reg0b_13',['REG0B',['../_s_i470_x_8h.html#a76c73d8e23848f8d73679450c2d7264b',1,'SI470X.h']]], 17 | ['reg0c_14',['REG0C',['../_s_i470_x_8h.html#a0e3b6e600782d453f87223f87784c54d',1,'SI470X.h']]], 18 | ['reg0d_15',['REG0D',['../_s_i470_x_8h.html#a41b7a4f7b9e629eb87dba4152995a616',1,'SI470X.h']]], 19 | ['reg0e_16',['REG0E',['../_s_i470_x_8h.html#a1a5322c7bc447986d2d3b4d13de95315',1,'SI470X.h']]], 20 | ['reg0f_17',['REG0F',['../_s_i470_x_8h.html#a949846d6974a39c871614c2f15ee0691',1,'SI470X.h']]] 21 | ]; 22 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/defines_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['si470x_5fseek_5fdown_0',['SI470X_SEEK_DOWN',['../_s_i470_x_8h.html#ac84b00a00e735234ed2bf549d80a04b5',1,'SI470X.h']]], 4 | ['si470x_5fseek_5fstop_1',['SI470X_SEEK_STOP',['../_s_i470_x_8h.html#a7bf60f978a3e12a77c3d9f2c36ceafdb',1,'SI470X.h']]], 5 | ['si470x_5fseek_5fup_2',['SI470X_SEEK_UP',['../_s_i470_x_8h.html#af713b905174853f3a070bd87ae855822',1,'SI470X.h']]], 6 | ['si470x_5fseek_5fwrap_3',['SI470X_SEEK_WRAP',['../_s_i470_x_8h.html#ad7a34eb47dda6f939553ded4e2b0d5c8',1,'SI470X.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/files_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/files_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['si470x_2ecpp_0',['SI470X.cpp',['../_s_i470_x_8cpp.html',1,'']]], 4 | ['si470x_2eh_1',['SI470X.h',['../_s_i470_x_8h.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['checki2c_0',['checkI2C',['../group___g_a05.html#ga8da9da50c78bb526612e1d245f7930d0',1,'SI470X']]], 4 | ['clearrdsbuffer_1',['clearRdsBuffer',['../group___g_a04.html#gac7e16e20f1fdb3b598d4e3515ae46c2b',1,'SI470X']]], 5 | ['converttochar_2',['convertToChar',['../group___g_a05.html#ga1528a262e5b99ec1a6169a9487e3b65e',1,'SI470X']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['getallregisters_0',['getAllRegisters',['../group___g_a03.html#ga88702e9ed11d428d9f4c8d0c445fe6a9',1,'SI470X']]], 4 | ['getchipversion_1',['getChipVersion',['../group___g_a03.html#gaa61e3a0dddf49f7a8037ebd030cee6b1',1,'SI470X']]], 5 | ['getdeviceid_2',['getDeviceId',['../group___g_a03.html#ga63c3e2fec424ed70ca0d4df87d1cae2d',1,'SI470X']]], 6 | ['getfirmwareversion_3',['getFirmwareVersion',['../group___g_a03.html#ga8cdfc81d9489e40a0f7de26e3f717fa1',1,'SI470X']]], 7 | ['getfrequency_4',['getFrequency',['../group___g_a03.html#ga89180830a5e01de15ab22e0d8157c34a',1,'SI470X']]], 8 | ['getmanufacturerid_5',['getManufacturerId',['../group___g_a03.html#ga99a61da13a8ce2baec1bf99721410fcf',1,'SI470X']]], 9 | ['getnext2block_6',['getNext2Block',['../group___g_a04.html#ga5fa41086a954cf412c3a9da93b8a7ef0',1,'SI470X']]], 10 | ['getnext4block_7',['getNext4Block',['../group___g_a04.html#ga6cae796610d3357fb6e665fb2696171d',1,'SI470X']]], 11 | ['getpartnumber_8',['getPartNumber',['../group___g_a03.html#ga0a7c87000231645bdf30225f394c0465',1,'SI470X']]], 12 | ['getrdsalldata_9',['getRdsAllData',['../group___g_a04.html#ga8e56297e2bd3ed5db1720a0e9115775b',1,'SI470X']]], 13 | ['getrdsflagab_10',['getRdsFlagAB',['../group___g_a04.html#gae7faae1f9363c0ebac73666165010b07',1,'SI470X']]], 14 | ['getrdsgrouptype_11',['getRdsGroupType',['../group___g_a04.html#ga448d85a027e34e49892d2266c5a161af',1,'SI470X']]], 15 | ['getrdslocaltime_12',['getRdsLocalTime',['../group___g_a04.html#gaafbbf495cd10f4721836c63be93ba162',1,'SI470X']]], 16 | ['getrdsprogramtype_13',['getRdsProgramType',['../group___g_a04.html#ga4a09ed50768522b6b8dd7e8e4cb44972',1,'SI470X']]], 17 | ['getrdsready_14',['getRdsReady',['../group___g_a04.html#ga5774290edb31b7f131972420eed5037c',1,'SI470X']]], 18 | ['getrdsstatus_15',['getRdsStatus',['../group___g_a04.html#ga5260f7e5661a1f1307b0ac624f8db123',1,'SI470X']]], 19 | ['getrdssync_16',['getRdsSync',['../group___g_a04.html#ga05478b5469d0f6e8d639079fe9d0d55c',1,'SI470X']]], 20 | ['getrdstext_17',['getRdsText',['../group___g_a04.html#ga5281877e42ccca876bd52a84a680f962',1,'SI470X']]], 21 | ['getrdstext0a_18',['getRdsText0A',['../group___g_a04.html#ga0413e2829591021c91b22ad549d01eab',1,'SI470X']]], 22 | ['getrdstext2a_19',['getRdsText2A',['../group___g_a04.html#gaf1074cbbdce4d6bda714e3fd95fc684c',1,'SI470X']]], 23 | ['getrdstext2b_20',['getRdsText2B',['../group___g_a04.html#ga64c81d41a5f67fcfc7eb19ad7b694650',1,'SI470X']]], 24 | ['getrdstime_21',['getRdsTime',['../group___g_a04.html#ga9be0f32628dcf4142b25eba619a0345f',1,'SI470X']]], 25 | ['getrdsversioncode_22',['getRdsVersionCode',['../group___g_a04.html#ga3983316eaa7d08222bae8ad827cf5340',1,'SI470X']]], 26 | ['getrealchannel_23',['getRealChannel',['../group___g_a03.html#ga6459a4e812ebfc92d6dca2b2f5b4f915',1,'SI470X']]], 27 | ['getrealfrequency_24',['getRealFrequency',['../group___g_a03.html#gae2df536f699b4406da46d739200dff7a',1,'SI470X']]], 28 | ['getrssi_25',['getRssi',['../group___g_a03.html#ga4f1e1aec94964d00fde66b2af31516ee',1,'SI470X']]], 29 | ['getshadownregister_26',['getShadownRegister',['../group___g_a03.html#ga8df17d9057d8bcdd01226a33e6a2d8f7',1,'SI470X']]], 30 | ['getstatus_27',['getStatus',['../group___g_a03.html#ga8b7c324942f8caa5ca00470b4aed5b2a',1,'SI470X']]], 31 | ['getvolume_28',['getVolume',['../group___g_a03.html#ga1d5ac34dcd1b22bb4c41c196f0775670',1,'SI470X']]] 32 | ]; 33 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['isstereo_0',['isStereo',['../group___g_a03.html#ga28d4ad88023cf90a92196bdc0d933a83',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['powerdown_0',['powerDown',['../group___g_a03.html#gabe3dc193ede8ee6ebf4bae3728046bb8',1,'SI470X']]], 4 | ['powerup_1',['powerUp',['../group___g_a03.html#ga3fabcb452602ea372d759fe3ba20bec8',1,'SI470X']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['reset_0',['reset',['../group___g_a03.html#gaf11efb6ed0306cd67e8a7feab37519de',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['seek_0',['seek',['../group___g_a03.html#ga80abdafabf55be7717ebc19138431adb',1,'SI470X::seek(uint8_t seek_mode, uint8_t direction)'],['../group___g_a03.html#gac6f734547a631a917b459d007c733594',1,'SI470X::seek(uint8_t seek_mode, uint8_t direction, void(*showFunc)())']]], 4 | ['setagc_1',['setAgc',['../group___g_a03.html#ga1fd445c4c6935268ff0ce0c75c3c05d0',1,'SI470X']]], 5 | ['setallregisters_2',['setAllRegisters',['../group___g_a03.html#ga4370f98521b96480e9cebc4f90681e06',1,'SI470X']]], 6 | ['setband_3',['setBand',['../group___g_a03.html#ga01abda714595dca938b452d2a3f04678',1,'SI470X']]], 7 | ['setchannel_4',['setChannel',['../group___g_a03.html#gadf162646f957df7cf5c4b542b5b4b344',1,'SI470X']]], 8 | ['setdelayaftercrystalon_5',['setDelayAfterCrystalOn',['../group___g_a03.html#gafcecfb8b743da7df2ca993d733487d3f',1,'SI470X']]], 9 | ['setextendedvolumerange_6',['setExtendedVolumeRange',['../group___g_a03.html#gac7c9c854ca6f0f9fa13550071b604330',1,'SI470X']]], 10 | ['setfmdeemphasis_7',['setFmDeemphasis',['../group___g_a03.html#gab356fa1acab5405781cc8b77a7f8e37c',1,'SI470X']]], 11 | ['setfrequency_8',['setFrequency',['../group___g_a03.html#ga615b6785ddf6985a362ab0862f3e5513',1,'SI470X']]], 12 | ['setfrequencydown_9',['setFrequencyDown',['../group___g_a03.html#gaebdbd7aa402ebf50d25a6df42f38dc9a',1,'SI470X']]], 13 | ['setfrequencyup_10',['setFrequencyUp',['../group___g_a03.html#ga7b9854e962def33ad453605f11feea7b',1,'SI470X']]], 14 | ['seti2caddress_11',['setI2CAddress',['../group___g_a03.html#ga7b31c48ccd189eccc597c0262f151afc',1,'SI470X']]], 15 | ['setmono_12',['setMono',['../group___g_a03.html#ga15530e43b7ebcf5f31e8bd4cab3a37eb',1,'SI470X']]], 16 | ['setmute_13',['setMute',['../group___g_a03.html#ga6c3cb96a721e4bb10a492d6fcad9df8a',1,'SI470X']]], 17 | ['setrds_14',['setRDS',['../group___g_a01.html#ad5438ea7bcdcf15e51b63735e3255048',1,'SI470X']]], 18 | ['setrds_15',['setRds',['../group___g_a04.html#ga9eb63656b8486b8a5f6a29b7f3f16d36',1,'SI470X']]], 19 | ['setrdsmode_16',['setRdsMode',['../group___g_a04.html#gae03992e0bc0ea4bc10a06aea4321dbe6',1,'SI470X']]], 20 | ['setseekthreshold_17',['setSeekThreshold',['../group___g_a03.html#gae35d6be72c9e7c6719f76c74f0b9e6e3',1,'SI470X']]], 21 | ['setshadownregister_18',['setShadownRegister',['../group___g_a03.html#ga4204d5798dac02868e43b7bae95b1615',1,'SI470X']]], 22 | ['setsoftmute_19',['setSoftmute',['../group___g_a03.html#ga346802c295b6b1e0a186763627d04afa',1,'SI470X']]], 23 | ['setsoftmuteattack_20',['setSoftmuteAttack',['../group___g_a03.html#ga7a65ce210ab7e4b5e1a9f846ac40a07c',1,'SI470X']]], 24 | ['setsoftmuteattenuation_21',['setSoftmuteAttenuation',['../group___g_a03.html#ga7d9ee0c755b654a4061efd169febd5c1',1,'SI470X']]], 25 | ['setspace_22',['setSpace',['../group___g_a03.html#ga6ee8140d156a52a34b66944b58fa9ac5',1,'SI470X']]], 26 | ['setup_23',['setup',['../group___g_a03.html#gaf7a55a90c3b808bc9cf7e254cc696d7d',1,'SI470X::setup(int resetPin, int sdaPin, int rdsInterruptPin=-1, int seekInterruptPin=-1, uint8_t oscillator_type=OSCILLATOR_TYPE_CRYSTAL)'],['../group___g_a03.html#ga7e2b9044c485cad0b7c2eed170ec9fe3',1,'SI470X::setup(int resetPin, int sdaPin, uint8_t oscillator_type)']]], 27 | ['setvolume_24',['setVolume',['../group___g_a03.html#ga26ce2b1ed9f5f7ea870dbc7827ee0bda',1,'SI470X']]], 28 | ['setvolumedown_25',['setVolumeDown',['../group___g_a03.html#gaef326f8dda60206fe260b11b801c3765',1,'SI470X']]], 29 | ['setvolumeup_26',['setVolumeUp',['../group___g_a03.html#gabde2fdb0be5e3544648d265572a864b0',1,'SI470X']]] 30 | ]; 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/functions_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['waitandfinishtune_0',['waitAndFinishTune',['../group___g_a03.html#gac1adddefa79fcd3b1b1ed16df7870d85',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['basic_20functions_0',['Basic Functions',['../group___g_a03.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['rds_20functions_0',['RDS Functions',['../group___g_a04.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['tools_0',['Tools',['../group___g_a05.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/groups_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['union_2c_20structure_20and_20defined_20data_20types_20_20_3cbr_3e_0',['Union, Structure and Defined Data Types <br>',['../group___g_a01.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/mag.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 16 | 18 | image/svg+xml 19 | 21 | 22 | 23 | 24 | 25 | 27 | 33 | 37 | 38 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/mag_d.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 16 | 18 | image/svg+xml 19 | 21 | 22 | 23 | 24 | 25 | 27 | 33 | 37 | 38 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/search/mag_sel.png -------------------------------------------------------------------------------- /extras/apidoc/html/search/mag_sel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 57 | 63 | 69 | 74 | 75 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/mag_seld.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 57 | 63 | 69 | 74 | 75 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/nomatches.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
No Matches
10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/pages_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/pages_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['si470x_20arduino_20library_20implementation_0',['SI470X Arduino Library implementation',['../index.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/pages_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['todo_20list_0',['Todo List',['../todo.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/search/search_l.png -------------------------------------------------------------------------------- /extras/apidoc/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/search/search_m.png -------------------------------------------------------------------------------- /extras/apidoc/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/search/search_r.png -------------------------------------------------------------------------------- /extras/apidoc/html/search/searchdata.js: -------------------------------------------------------------------------------- 1 | var indexSectionsWithContent = 2 | { 3 | 0: "bcdfgimoprstuw", 4 | 1: "sw", 5 | 2: "s", 6 | 3: "cgiprsw", 7 | 4: "bcdgmors", 8 | 5: "s", 9 | 6: "fimors", 10 | 7: "brtu", 11 | 8: "st" 12 | }; 13 | 14 | var indexSectionNames = 15 | { 16 | 0: "all", 17 | 1: "classes", 18 | 2: "files", 19 | 3: "functions", 20 | 4: "variables", 21 | 5: "typedefs", 22 | 6: "defines", 23 | 7: "groups", 24 | 8: "pages" 25 | }; 26 | 27 | var indexSectionLabels = 28 | { 29 | 0: "All", 30 | 1: "Data Structures", 31 | 2: "Files", 32 | 3: "Functions", 33 | 4: "Variables", 34 | 5: "Typedefs", 35 | 6: "Macros", 36 | 7: "Modules", 37 | 8: "Pages" 38 | }; 39 | 40 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/typedefs_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/typedefs_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['si470x_5freg0c_0',['si470x_reg0c',['../group___g_a01.html#ga9bafa0795de70ab39084aba079c5893a',1,'SI470X.h']]], 4 | ['si470x_5freg0d_1',['si470x_reg0d',['../group___g_a01.html#ga6bae6dc2bcd63ac6e45ddf13dbb46e34',1,'SI470X.h']]], 5 | ['si470x_5freg0e_2',['si470x_reg0e',['../group___g_a01.html#gacf8aa985a458924c7fa862f6ff761953',1,'SI470X.h']]], 6 | ['si470x_5freg0f_3',['si470x_reg0f',['../group___g_a01.html#ga7545751e439a94a29e434c97932943fc',1,'SI470X.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['blockb_0',['blockB',['../group___g_a01.html#aa54035544edb588bb6a31e5ec45daa5b',1,'si470x_rds_blockb']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['currentfmband_0',['currentFMBand',['../group___g_a01.html#a0922bf41fa04ccf82bc472b17cac76f2',1,'SI470X']]], 4 | ['currentfmspace_1',['currentFMSpace',['../group___g_a01.html#a1c33548c38a4be6ddb979486709ab114',1,'SI470X']]], 5 | ['currentfrequency_2',['currentFrequency',['../group___g_a01.html#a7b864611b6e7a17ec77d1bec8da21e92',1,'SI470X']]], 6 | ['currentvolume_3',['currentVolume',['../group___g_a01.html#aa9f5dcdb30bf41e0e97501c6cfdef914',1,'SI470X']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['deviceaddress_0',['deviceAddress',['../group___g_a01.html#a74f4814275d0ccb39f8fb0bf19a18a84',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['group0_0',['group0',['../group___g_a01.html#a1644732f9b90cd2f0b3a75e83f69652f',1,'si470x_rds_blockb']]], 4 | ['group2_1',['group2',['../group___g_a01.html#a037e5cd915a31196029f95405c1abc6e',1,'si470x_rds_blockb']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['maxdelayaftarcrystalon_0',['maxDelayAftarCrystalOn',['../group___g_a01.html#a7e14d52c55c03bff9031382c6b1a0e0f',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oscillatortype_0',['oscillatorType',['../group___g_a01.html#a32c5736f9934bb9adbe33303bee31b61',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['raw_0',['raw',['../group___g_a01.html#afb411b73e91910c74fe8357deef66f5d',1,'si470x_reg00::raw()'],['../group___g_a01.html#a329b4968a3f4e1813c953b7e32375b43',1,'si470x_reg01::raw()'],['../group___g_a01.html#aead6bc5a10c4e8c48c2e006574194133',1,'si470x_reg02::raw()'],['../group___g_a01.html#ac7916395cdc9ad30f8fee81c8dac8aec',1,'si470x_reg03::raw()'],['../group___g_a01.html#a59b8d78321584838421a8a964e634e4e',1,'si470x_reg04::raw()'],['../group___g_a01.html#ac82cf38127a8333f76abe0ab32ac4695',1,'si470x_reg05::raw()'],['../group___g_a01.html#a5f41f272701a3f1fef41eeb432396300',1,'si470x_reg06::raw()'],['../group___g_a01.html#a8db4bc0235b7f4a12c1fd709e1a5d657',1,'si470x_reg07::raw()'],['../group___g_a01.html#adebc6a84da6127a99eaba9cee0d857ce',1,'si470x_reg08::raw()'],['../group___g_a01.html#aa53b128295519fed36b6381e9cd9c437',1,'si470x_reg09::raw()'],['../group___g_a01.html#a487faf746b37c6fa2d66c346b1c8ded4',1,'si470x_reg0a::raw()'],['../group___g_a01.html#ab281b94e8384263aba0a72c75eff6be7',1,'si470x_reg0b::raw()'],['../group___g_a01.html#a59c5f9e42b1f4d30a52ce56c2855efcd',1,'si470x_rds_date_time::raw()'],['../group___g_a01.html#abed44166b8c3d82c0c44fb317d3b650a',1,'word16_to_bytes::raw()']]], 4 | ['rds_5fbuffer0a_1',['rds_buffer0A',['../group___g_a01.html#a1970fbc37c1b176ca159d423e5eb2f70',1,'SI470X']]], 5 | ['rds_5fbuffer2a_2',['rds_buffer2A',['../group___g_a01.html#a93ac1de76dbcaedc1173c557df394d13',1,'SI470X']]], 6 | ['rds_5fbuffer2b_3',['rds_buffer2B',['../group___g_a01.html#af2229c32a3887a531cf2f76c44a11e7e',1,'SI470X']]], 7 | ['rds_5ftime_4',['rds_time',['../group___g_a01.html#a94ac98a0974151ed7ef291093dfe8b5b',1,'SI470X']]], 8 | ['rdsinterruptpin_5',['rdsInterruptPin',['../group___g_a01.html#aa59c92a9c5e03282cb6373927bdd291d',1,'SI470X']]], 9 | ['refined_6',['refined',['../group___g_a01.html#a8d57190ac4d77b7b4f69f86d8da8426f',1,'si470x_reg00::refined()'],['../group___g_a01.html#a08f3926ebfd8f4de2df11dc5bdbff163',1,'si470x_reg01::refined()'],['../group___g_a01.html#a74d09de6855eff615cdbe32bca639700',1,'si470x_reg02::refined()'],['../group___g_a01.html#a4402ccf799a125ed4809d351509298b5',1,'si470x_reg03::refined()'],['../group___g_a01.html#a140c3bbef205ac3a06a299dd78fc4ff2',1,'si470x_reg04::refined()'],['../group___g_a01.html#a7761f36cae85c62b924b2f39e46d22b9',1,'si470x_reg05::refined()'],['../group___g_a01.html#a7af2bf7070ff2dd57cbfdd5c2a0ed176',1,'si470x_reg06::refined()'],['../group___g_a01.html#adf1931da734cb10ce9078dcd71a30570',1,'si470x_reg07::refined()'],['../group___g_a01.html#a7b40522a9614f06216f6a8c6afefa9a2',1,'si470x_reg08::refined()'],['../group___g_a01.html#afa6487ac0cd3ec47202ea232d7495db2',1,'si470x_reg09::refined()'],['../group___g_a01.html#a2a3f8fc1fbc45d0feeab5739f57c58fd',1,'si470x_reg0a::refined()'],['../group___g_a01.html#a6609128af064ed1e5570d2293e44aae4',1,'si470x_reg0b::refined()'],['../group___g_a01.html#ae4a699110be4b84b5cc3b8ffcd4afb8e',1,'si470x_rds_blockb::refined()'],['../group___g_a01.html#a6454b4ac071625fe12e0252e45af372b',1,'si470x_rds_date_time::refined()'],['../group___g_a01.html#a9773e2b57371cfde7fb723984c7f8e44',1,'word16_to_bytes::refined()']]], 10 | ['resetpin_7',['resetPin',['../group___g_a01.html#a1eac2b850fae351182e53c85fa79923c',1,'SI470X']]] 11 | ]; 12 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 18 |
Searching...
19 |
No Matches
20 | 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /extras/apidoc/html/search/variables_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['seekinterruptpin_0',['seekInterruptPin',['../group___g_a01.html#a35dfecb716dde56692bebf1572d969b3',1,'SI470X']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/apidoc/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/splitbar.png -------------------------------------------------------------------------------- /extras/apidoc/html/splitbard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/splitbard.png -------------------------------------------------------------------------------- /extras/apidoc/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/sync_off.png -------------------------------------------------------------------------------- /extras/apidoc/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/sync_on.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_a.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_ad.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_b.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_bd.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_h.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_hd.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_s.png -------------------------------------------------------------------------------- /extras/apidoc/html/tab_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/apidoc/html/tab_sd.png -------------------------------------------------------------------------------- /extras/apidoc/html/todo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | PU2CLR SI470X Arduino Library: Todo List 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 | 25 | 26 | 27 | 28 | 33 | 34 | 35 |
29 |
PU2CLR SI470X Arduino Library 1.0.1 30 |
31 |
Arduino Library for Si470X Devices - By Ricardo Lima Caratti
32 |
36 |
37 | 38 | 39 | 44 | 45 | 46 | 54 | 55 |
56 |
57 | 62 |
64 |
65 |
66 | 71 |
72 | 73 |
77 |
78 | 79 | 80 |
81 |
82 |
83 |
84 |
85 |
Loading...
86 |
Searching...
87 |
No Matches
88 |
89 |
90 |
91 |
92 | 93 |
94 |
Todo List
95 |
96 |
97 |
98 |
Global SI470X::getRdsText0A (void)
99 |
RDS Dynamic PS or Scrolling PS support
100 |
101 |
102 |
103 |
104 | 105 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /extras/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/.DS_Store -------------------------------------------------------------------------------- /extras/images/ATTIny_Arduino_SETUP_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/ATTIny_Arduino_SETUP_01.jpg -------------------------------------------------------------------------------- /extras/images/ATiny85_prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/ATiny85_prototype.png -------------------------------------------------------------------------------- /extras/images/ATtiny84A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/ATtiny84A.png -------------------------------------------------------------------------------- /extras/images/ATtiny85_development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/ATtiny85_development.png -------------------------------------------------------------------------------- /extras/images/ATtiny_programmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/ATtiny_programmer.png -------------------------------------------------------------------------------- /extras/images/Attiny84A_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/Attiny84A_01.png -------------------------------------------------------------------------------- /extras/images/Attiny84_prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/Attiny84_prototype.png -------------------------------------------------------------------------------- /extras/images/Attiny85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/Attiny85.png -------------------------------------------------------------------------------- /extras/images/SI4702_module.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/SI4702_module.jpg -------------------------------------------------------------------------------- /extras/images/SI470X_REGISTER_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/SI470X_REGISTER_LOGO.png -------------------------------------------------------------------------------- /extras/images/SI470X_REGISTER_SUMMARY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/SI470X_REGISTER_SUMMARY.png -------------------------------------------------------------------------------- /extras/images/attiny84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/attiny84.png -------------------------------------------------------------------------------- /extras/images/attiny85_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/attiny85_pinout.jpg -------------------------------------------------------------------------------- /extras/images/circuit_attiny84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/circuit_attiny84.png -------------------------------------------------------------------------------- /extras/images/circuit_attiny85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/circuit_attiny85.png -------------------------------------------------------------------------------- /extras/images/circuit_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/circuit_basic.png -------------------------------------------------------------------------------- /extras/images/circuit_tft_encoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/circuit_tft_encoder.png -------------------------------------------------------------------------------- /extras/images/si4703_module0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/si4703_module0.png -------------------------------------------------------------------------------- /extras/images/si4703_module1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/si4703_module1.png -------------------------------------------------------------------------------- /extras/images/under_construction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/images/under_construction.png -------------------------------------------------------------------------------- /extras/schematic/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pu2clr/SI470X/889f8084e3ad5c3a6a9910b4838f0e76da1400c9/extras/schematic/.DS_Store -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- 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 | 20 | -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- 1 | name=PU2CLR SI470X 2 | version=1.0.5 3 | author=Ricardo Lima Caratti, pu2clr@gmail.com 4 | maintainer=Ricardo Lima Caratti 5 | sentence=Control your SI470X (si4703, si4702, si4701) BROADCAST FM/RDS. 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=* 11 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 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 | 11 | --------------------------------------------------------------------------------