remove redundant comment
This commit is contained in:
parent
36c8a5f897
commit
a41afe87a1
|
@ -8,14 +8,6 @@
|
||||||
uint8_t display[4] = { 0, 0, 0, 0 };
|
uint8_t display[4] = { 0, 0, 0, 0 };
|
||||||
uint8_t current_digit = 0;
|
uint8_t current_digit = 0;
|
||||||
|
|
||||||
/**
|
|
||||||
* Display pins should be mapped like this:
|
|
||||||
* a b c d e f g DP
|
|
||||||
* 0 1 2 3 4 5 6 7
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
void display_value(uint8_t digit, uint8_t data) {
|
void display_value(uint8_t digit, uint8_t data) {
|
||||||
// The left part sets the last 4 bits high (turns the
|
// The left part sets the last 4 bits high (turns the
|
||||||
// according digit off) except for the one we want to address.
|
// according digit off) except for the one we want to address.
|
||||||
|
|
Loading…
Reference in a new issue