Speedometer for CS 335 final project.

Dependencies:   mbed mbed-rtos

Committer:
bky
Date:
Fri Nov 27 21:19:31 2020 +0000
Revision:
0:d724bf9c4031
Child:
1:f73634af9ae3
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bky 0:d724bf9c4031 1 #include "mbed.h"
bky 0:d724bf9c4031 2
bky 0:d724bf9c4031 3 DigitalOut myled(LED1);
bky 0:d724bf9c4031 4
bky 0:d724bf9c4031 5 int main() {
bky 0:d724bf9c4031 6 }