Skip to content

Releases: etherkit/Si5351Arduino

v2.2.0

Choose a tag to compare

@NT7S NT7S released this 10 Oct 22:38
  • 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

Choose a tag to compare

@NT7S NT7S released this 20 May 19:37
a998974
  • Fix warning "reg may be uninitialized"

v2.1.3

Choose a tag to compare

@NT7S NT7S released this 07 Mar 22:13
aef5e27
  • Correct error in si5351_example.ino sketch

v2.1.2

Choose a tag to compare

@NT7S NT7S released this 30 Mar 20:14
4c9d1ed

*Correct error in si5351_calibration.ino sketch

v2.1.1

Choose a tag to compare

@NT7S NT7S released this 15 Jan 21:11
8714316
  • Add bool return value to init() indicating whether a device is on the I2C bus

v2.1.0

Choose a tag to compare

@NT7S NT7S released this 03 Oct 22:39
  • Add support for reference frequencies and corrections for both the XO and CLKIN

v2.0.7

Choose a tag to compare

@NT7S NT7S released this 01 Oct 21:40
  • Change set_freq() behavior so that the output is only automatically enabled the very first time that set_freq() is called

v2.0.6

Choose a tag to compare

@NT7S NT7S released this 10 Jul 21:26

Call set_pll() in set_correction() to ensure new correction is applied

v2.0.5

Choose a tag to compare

@NT7S NT7S released this 17 Jun 18:54
  • Suppress pll_reset in set_freq when not necessary

v2.0.4

Choose a tag to compare

@NT7S NT7S released this 19 Apr 21:18
  • Fix error in VCXO algorithm