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:
- 1:774b96b00aed
- Parent:
- 0:92e4253d430a
- Child:
- 2:bb43e9b5a54d
--- a/MFS.cpp Wed Feb 03 16:22:30 2021 +0000
+++ b/MFS.cpp Wed Feb 03 16:34:01 2021 +0000
@@ -91,4 +91,11 @@
{
dieAuswahl=wert<<4;
send();
+ }
+
+ void MFS::operator=(unsigned int wert)
+ {
+ dieSegmente=wert&0xFF;
+ dieAuswahl=(wert/0x100)<<4;
+ send();
}
\ No newline at end of file