SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
Loading...
Searching...
No Matches
terasic_lib.h
Go to the documentation of this file.
1#ifndef _INC_TERASIC_LIB_H_
2#define _INC_TERASIC_LIB_H_
3
4long get_tick_count(void);
5
6
7#endif //_INC_TERASIC_LIB_H_
long get_tick_count(void)
Definition terasic_lib.c:7