Program to demo the LTR-303ALS ambient light sensor

Dependencies:   mbed-dev

Files at this revision

API Documentation at this revision

Comitter:
michaelVisimid
Date:
Fri Jan 27 00:42:59 2017 +0000
Parent:
0:eb6683a37c0b
Commit message:
Pre-compiled mbed libraries don't work correctly when exported

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-dev.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 25 17:53:55 2017 +0000
+++ b/main.cpp	Fri Jan 27 00:42:59 2017 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 DigitalOut myled(LED1);
-
+byte testByte;
 int main() {
     while(1) {
         myled = 1; // LED is ON
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-dev.lib	Fri Jan 27 00:42:59 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-dev/#95d6b41a828b
--- a/mbed.bld	Wed Jan 25 17:53:55 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/ad3be0349dc5
\ No newline at end of file