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:
- 1:774b96b00aed
- Parent:
- 0:92e4253d430a
- Child:
- 4:49654888d57b
diff -r 92e4253d430a -r 774b96b00aed MFS.h
--- a/MFS.h Wed Feb 03 16:22:30 2021 +0000
+++ b/MFS.h Wed Feb 03 16:34:01 2021 +0000
@@ -18,6 +18,7 @@
char seg7[10]={0x03,0x9F,0x25, 0x0D, 0x99, 0x49, 0x41, 0x1F, 0x01, 0x09};
USART_HandleTypeDef husart1;
public:
+ void operator=(unsigned int wert);
MFS(void);
void siebensegment(uint8_t wert);
void siebensegment(uint8_t awert,uint8_t wert);