Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Room mbed-rtos Host Bluetooth Rotaty_Encoder
Revision 0:fb549236876f, committed 2021-09-21
- 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
--- /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