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: WS2812 PixelArray DebounceIn
hlam.h
- Committer:
- turumputum
- Date:
- 2020-07-02
- Revision:
- 1:af17c65e86dc
- Parent:
- 0:ea88f8c194d2
File content as of revision 1:af17c65e86dc:
/* pa_stenkaLed_1.SetAll(color_set(50,50,50)); stenkaLed_1.write(pa_stenkaLed_1.getBuf()); wait(1); pa_stenkaLed_1.SetAll(color_set(0,0,0)); stenkaLed_1.write(pa_stenkaLed_1.getBuf()); wait(0.1); pa_stenkaLed_2.SetAll(color_set(50,50,50)); stenkaLed_2.write(pa_stenkaLed_2.getBuf()); wait(1); pa_stenkaLed_2.SetAll(color_set(0,0,0)); stenkaLed_2.write(pa_stenkaLed_2.getBuf()); wait(0.1); pa_stenkaLed_3.SetAll(color_set(50,50,50)); stenkaLed_3.write(pa_stenkaLed_3.getBuf()); wait(1); pa_stenkaLed_3.SetAll(color_set(0,0,0)); stenkaLed_3.write(pa_stenkaLed_3.getBuf()); wait(0.1); */ /* gameState=bio; for(int q=0; q<3000; q++) { yadroLed.light(LedRun); mitohondriyaLed.light(LedRun); endoplazmaLed.light(LedRun); plastidaLed.light(LedRun); vacuolLed.light(LedRun); lizosomaLed.light(LedRun); //wait(0.001); //pc.printf("n: %d \n", q); } */