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

Files at this revision

API Documentation at this revision

Comitter:
nzupcic
Date:
Tue Sep 21 16:51:35 2021 +0000
Commit message:
Simple project with PWM LED light control using rotary encoder and Serial communication

Changed in this revision

Bluetooth.lib Show annotated file Show diff for this revision Revisions of this file
Host.lib Show annotated file Show diff for this revision Revisions of this file
Room.lib Show annotated file Show diff for this revision Revisions of this file
Rotaty_Encoder.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-rtos.lib 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
diff -r 000000000000 -r fb549236876f Bluetooth.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bluetooth.lib	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/nzupcic/code/Bluetooth/#31203426e0fb
diff -r 000000000000 -r fb549236876f Host.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Host.lib	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/nzupcic/code/Host/#134dece3e39b
diff -r 000000000000 -r fb549236876f Room.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Room.lib	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/nzupcic/code/Room/#04a5d18ab628
diff -r 000000000000 -r fb549236876f Rotaty_Encoder.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Rotaty_Encoder.lib	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/nzupcic/code/Rotaty_Encoder/#b245c23a1c44
diff -r 000000000000 -r fb549236876f main.cpp
--- /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
diff -r 000000000000 -r fb549236876f mbed-rtos.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-rtos.lib	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed-rtos/#5713cbbdb706
diff -r 000000000000 -r fb549236876f mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Sep 21 16:51:35 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file