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.h
- Revision:
- 4:49654888d57b
- Parent:
- 1:774b96b00aed
- Child:
- 5:babdf868f544
--- a/MFS.h Thu Feb 04 08:42:25 2021 +0000
+++ b/MFS.h Thu Feb 04 12:55:05 2021 +0000
@@ -15,7 +15,7 @@
private:
uint8_t dieAuswahl=0;
uint8_t dieSegmente=0xFF;
- char seg7[10]={0x03,0x9F,0x25, 0x0D, 0x99, 0x49, 0x41, 0x1F, 0x01, 0x09};
+ char seg7[10]={0xFC,0x60,0xDA, 0xF2, 0x66, 0xB6, 0xBE, 0xE0, 0xFE, 0xF6};
USART_HandleTypeDef husart1;
public:
void operator=(unsigned int wert);