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 5:cef34e67c10c, committed 2022-09-02
- Comitter:
- mus3
- Date:
- Fri Sep 02 21:21:16 2022 +0000
- Parent:
- 4:f7d30b369b78
- Child:
- 6:78bc1931b391
- Commit message:
- more changes to part3
Changed in this revision
| part3.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/part3.cpp Fri Sep 02 20:59:58 2022 +0000
+++ b/part3.cpp Fri Sep 02 21:21:16 2022 +0000
@@ -77,7 +77,7 @@
pbbright.setSampleFrequency();
while(1) {
- led = brightness;
+ myRGBled.write(red_brightness, green_brightness, blue_brightness);
wait(.2);
}
}
\ No newline at end of file