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 29:7f894f469462, committed 2020-05-04
- Comitter:
- nervy
- Date:
- Mon May 04 01:49:15 2020 +0000
- Parent:
- 28:7f0d1ceede50
- Commit message:
- OKURT
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 02 03:00:14 2020 +0000 +++ b/main.cpp Mon May 04 01:49:15 2020 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" //librería que nos permite utilizar comandos y sentencias propias de mbed -DigitalIn taylorswift(PTA4); -DigitalIn kemonito(PTA6); +DigitalIn taylorswift(SW2); +DigitalIn kemonito(SW3); Serial com1(USBTX, USBRX); DigitalOut fuckito(LED2);