Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SparkFunSi4703.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void Si4703_Breakout::si4703_init()
readRegisters(); //Read the current register set
//si4703_registers[0x07] = 0xBC04; //Enable the oscillator, from AN230 page 9, rev 0.5 (DOES NOT WORK, wtf Silicon Labs datasheet?)
si4703_registers[0x07] = 0x8100; //Enable the oscillator, from AN230 page 9, rev 0.61 (works)
si4703_registers[0x04] |= 0x2000; //Set bit 14 to high to enable STC Interrupt on GPIO2
si4703_registers[0x04] |= 0x4000; //Set bit 14 to high to enable STC Interrupt on GPIO2
updateRegisters(); //Update

delay(500); //Wait for clock to settle - from AN230 page 9
Expand Down