Releases: etherkit/Si5351Arduino
Releases · etherkit/Si5351Arduino
v2.2.0
10 Oct 22:38
Compare
Sorry, something went wrong.
No results found
Fix "Si5351 init does not initialize the ref freq nor corr entries for clkin", thanks to conr2286
Fix bug in read that would hang the micro when using ATtiny3226 (and probably other types of microcontrollers)
v2.1.4
20 May 19:37
Compare
Sorry, something went wrong.
No results found
Fix warning "reg may be uninitialized"
v2.1.3
07 Mar 22:13
Compare
Sorry, something went wrong.
No results found
Correct error in si5351_example.ino sketch
v2.1.2
30 Mar 20:14
Compare
Sorry, something went wrong.
No results found
*Correct error in si5351_calibration.ino sketch
v2.1.1
15 Jan 21:11
Compare
Sorry, something went wrong.
No results found
Add bool return value to init() indicating whether a device is on the I2C bus
v2.1.0
03 Oct 22:39
Compare
Sorry, something went wrong.
No results found
Add support for reference frequencies and corrections for both the XO and CLKIN
v2.0.7
01 Oct 21:40
Compare
Sorry, something went wrong.
No results found
Change set_freq() behavior so that the output is only automatically enabled the very first time that set_freq() is called
v2.0.6
10 Jul 21:26
Compare
Sorry, something went wrong.
No results found
Call set_pll() in set_correction() to ensure new correction is applied
v2.0.5
17 Jun 18:54
Compare
Sorry, something went wrong.
No results found
Suppress pll_reset in set_freq when not necessary
v2.0.4
19 Apr 21:18
Compare
Sorry, something went wrong.
No results found
Fix error in VCXO algorithm