Lab 2 Part 14
Dependencies: mbed
Revision 4:f4355e8f7d19, committed 2021-02-11
- Comitter:
- glanier9
- Date:
- Thu Feb 11 16:09:47 2021 +0000
- Parent:
- 3:61d42134c1be
- Commit message:
- Final;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Feb 27 22:53:39 2017 +0000
+++ b/main.cpp Thu Feb 11 16:09:47 2021 +0000
@@ -12,7 +12,7 @@
{
// setup instance of new Speaker class, mySpeaker using pin 22
// the pin must be a PWM output pin
- Speaker mySpeaker(p22);
+ Speaker mySpeaker(p26);
//DigitalOut shutdown(p17);
// Ramblin Wreck
while(1) {
--- a/mbed.bld Mon Feb 27 22:53:39 2017 +0000 +++ b/mbed.bld Thu Feb 11 16:09:47 2021 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/0480438fc29c \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file