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.
Fork of Task331 by
main.cpp
- Committer:
- noutram
- Date:
- 2015-09-24
- Revision:
- 0:f2ac5564a731
- Child:
- 2:d6dfe854bb0a
File content as of revision 0:f2ac5564a731:
#include "mbed.h"
//lsb first
BusOut binaryOutput(D5, D6, D7);
int main() {
//Try different values
binaryOutput = 3;
while (1) { }
}
