File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,10 @@ This library does not currently support the spread spectrum function of the Si53
711711Changelog
712712---------
713713
714+ * v2.1.4
715+
716+ * Fix warning "reg may be uninitialized"
717+
714718* v2.1.3
715719
716720 * Correct error in si5351_example.ino sketch
Original file line number Diff line number Diff line change 11name =Etherkit Si5351
2- version =2.1.3
2+ version =2.1.4
33author =Jason Milldrum <milldrum@gmail.com>
44maintainer =Jason Milldrum <milldrum@gmail.com>
55sentence =A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs
Original file line number Diff line number Diff line change 11/*
22 * si5351.cpp - Si5351 library for Arduino
33 *
4- * Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
4+ * Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
55 * Dana H. Myers <k6jq@comcast.net>
66 *
77 * Some tuning algorithms derived from clk-si5351.c in the Linux kernel.
Original file line number Diff line number Diff line change 11/*
22 * si5351.h - Si5351 library for Arduino
33 *
4- * Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
4+ * Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
55 * Dana H. Myers <k6jq@comcast.net>
66 *
77 * Many defines derived from clk-si5351.h in the Linux kernel.
You can’t perform that action at this time.
0 commit comments