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
10long long dectodec7(int ABCD);
11long long leftDec2Dec7(int ABCD);
13
14#endif //INC_7SEG_H
long long leftDec2Dec7(int ABCD)
long long dectodec7(int ABCD)
int test7Segment2()