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.
Revision 6:eaf7d563b10e, committed 2020-01-13
- Comitter:
- riad
- Date:
- Mon Jan 13 17:27:26 2020 +0000
- Parent:
- 5:eb2e43da141c
- Commit message:
- Verbesserung
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 13 17:24:52 2020 +0000 +++ b/main.cpp Mon Jan 13 17:27:26 2020 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" #define BUTTON1 p14 -#define BUTTON! A1 +//#define BUTTON! A1 -int modifyBit(int x, unsingned char position, bool State); +int modifyBit(int x, unsigned char position, bool State); int lauflicht(bool richtung, int time, int &anz); void nibbleLeds(int value); void printb(uint8_t x);