C++ project

Dependencies:   SeeedGrayOLED mbed

Files at this revision

API Documentation at this revision

Comitter:
mr_cub3
Date:
Sat Mar 11 09:51:30 2017 +0000
Commit message:
project

Changed in this revision

SeeedGrayOLED.lib Show annotated file Show diff for this revision Revisions of this file
WeatherClick_I2C.lib Show annotated file Show diff for this revision Revisions of this file
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SeeedGrayOLED.lib	Sat Mar 11 09:51:30 2017 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/danielashercohen/code/SeeedGrayOLED/#05a64dcb7603
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WeatherClick_I2C.lib	Sat Mar 11 09:51:30 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/mr_cub3/code/WeatherClick_I2C/#642700d0c1b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Mar 11 09:51:30 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+
+int main() {
+    while(1) {
+        myled = 1;
+        wait(0.2);
+        myled = 0;
+        wait(0.2);
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Mar 11 09:51:30 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e1686b8d5b90
\ No newline at end of file