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.
Fork of LG by
Diff: main.c
- Revision:
- 43:3f7c8a0ea59c
- Parent:
- 42:6fc307c4963e
- Child:
- 45:cbc955aecebe
--- a/main.c Sun Feb 07 12:24:11 2016 +0000 +++ b/main.c Sun Feb 07 16:01:14 2016 +0000 @@ -265,12 +265,10 @@ if (Event100K) { // событие раз в 100 кГц Event100K --; Time100K++; - - + PinCheng(); // чтение регистра состояния выводов(вибро, полсветка, поджиг, LED) и управление выводами. - - - if (Time100K == 100) { + if (OutBufCon1Count) OutBufCon1Count--; // обратный отсчет для управления ногой и формирование задержки на выдачу + if (Time100K == 100) { Time100K = 0; Event1K ++; }