Communication between TSL3301 and F7 board

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
codebreaker7
Date:
Tue Mar 06 13:04:48 2018 +0000
Parent:
0:96ad87d71144
Commit message:
Added setup call and made small corrections

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 96ad87d71144 -r 979d4820e32a main.cpp
--- a/main.cpp	Tue Mar 06 12:50:47 2018 +0000
+++ b/main.cpp	Tue Mar 06 13:04:48 2018 +0000
@@ -133,11 +133,8 @@
 }
 }
 
-unsigned char lcam_getpic(void){ 
-    
-}
-
 int main() {  
+    lcam_setup();
     while(1) {
 
     }