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
7seg.h
Go to the documentation of this file.
1
//
2
// Created by Erick Grant on 10/27/24.
3
//
4
5
#ifndef INC_7SEG_H
6
#define INC_7SEG_H
7
8
9
10
long
long
dectodec7
(
int
ABCD);
11
long
long
leftDec2Dec7
(
int
ABCD);
12
int
test7Segment2
();
13
14
#endif
//INC_7SEG_H
leftDec2Dec7
long long leftDec2Dec7(int ABCD)
dectodec7
long long dectodec7(int ABCD)
test7Segment2
int test7Segment2()
7-segment
7seg.h
Generated by
1.12.0