Template for light sensor

Dependencies:   mbed PinDetect

Revision:
4:d129442ea4dd
Parent:
1:402b32a1025f
--- a/mbed_app.json	Sat Oct 16 22:44:39 2021 +0000
+++ b/mbed_app.json	Sun Oct 17 18:29:13 2021 +0000
@@ -1,7 +1,10 @@
 {
    "config": {
         "SDA":"P6_1",
-        "SCL":"P6_0"
+        "SCL":"P6_0",
+        "main-stack-size": {
+            "value": 8192
+        }
     },"target_overrides": {
         "*": {
             "SDA" : "SDA",