Frequency counter using GPS 1PPS signal and temperature controlled 50MHz Base clock. Ported from F411 Frequency Counter.
Dependencies: QEI DRV8830 PID ADT7410 TextLCD Frq_cuntr_Nucleo-F746ZG RingBuffer
Fork of Frequency_Counter_w_GPS_1PPS by
Please refer following.
/users/kenjiArai/notebook/frequency-counters/
Diff: User_IF/uif.h
- Revision:
- 15:ae0413277bc6
- Parent:
- 14:ba6ea409ab05
--- a/User_IF/uif.h Tue Dec 17 11:41:18 2019 +0000 +++ b/User_IF/uif.h Sun Dec 22 06:29:39 2019 +0000 @@ -5,7 +5,7 @@ * http://www.page.sannet.ne.jp/kenjia/index.html * http://mbed.org/users/kenjiArai/ * Created: September 28th, 2016 - * Revised: December 12th, 2019 + * Revised: December 22nd, 2019 */ // Definition ----------------------------------------------------------------- @@ -27,7 +27,6 @@ // Function prototypes -------------------------------------------------------- void dispay_LCD_and_UART(dispDef *dt); - void display_clear_all(void); void disp_first_msg(void); void disp_wait_gps(void);