Simple project using serial communication and rotary encoder to control PWM signal for LED lights dimming

Dependencies:   mbed Room mbed-rtos Host Bluetooth Rotaty_Encoder

PWM LED LIGHT CONTROL

https://os.mbed.com/media/uploads/nzupcic/blockschematics.png

Revision:
0:fb549236876f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Room.h"
+
+Room livingRoom(LED2, p11, p12, p13, p9, p10, USBTX, USBRX);
+
+int main() {
+    while(1){
+        //do something
+    }
+}
\ No newline at end of file