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_os_includes.h
Go to the documentation of this file.
1/* ========================================
2 *
3 * Copyright YOUR COMPANY, THE YEAR
4 * All Rights Reserved
5 * UNPUBLISHED, LICENSED SOFTWARE.
6 *
7 * CONFIDENTIAL AND PROPRIETARY INFORMATION
8 * WHICH IS THE PROPERTY OF your company.
9 *
10 * ========================================
11*/
12//[] END OF FILE
13#ifndef _TERASIC_OS_INCLUDE_H_
14#define _TERASIC_OS_INCLUDE_H_
15
16#include <stdio.h>
17#include <stdlib.h>
18#include <unistd.h>
19#include <fcntl.h>
20#include <sys/mman.h>
21#include <time.h> // for clock_gettime
22#include <math.h>
23#include "hwlib.h"
24#include "socal/socal.h"
25#include "socal/hps.h"
26#include "socal/alt_gpio.h"
27#include "socal/alt_spim.h"
28
29
30
31#endif //_TERASIC_OS_INCLUDE_H_