Nikša Zupčić / Mbed 2 deprecated PWM_LED_Lights

Dependencies:   mbed Room mbed-rtos Host Bluetooth Rotaty_Encoder

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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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