Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MFS_ADC MFS-7_Segment-Interrupt MFS_USART_Test_HAL MFS_02-Luftschlange ... more
Diff: MFS.cpp
- Revision:
- 4:49654888d57b
- Parent:
- 3:d5c27c45d24f
- Child:
- 5:babdf868f544
--- a/MFS.cpp Thu Feb 04 08:42:25 2021 +0000
+++ b/MFS.cpp Thu Feb 04 12:55:05 2021 +0000
@@ -77,13 +77,13 @@
}
void MFS::bcd(int wert)
{
- dieSegmente=seg7[wert];
+ dieSegmente=~seg7[wert];
send();
}
void MFS::bcd(uint8_t awert, int wert)
{
- dieSegmente=seg7[wert];
+ dieSegmente=~seg7[wert];
dieAuswahl=awert;
send();
}