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:
- 142:7a6f68601291
- Parent:
- 141:c6de20b9b483
- Child:
- 143:2b15794a6cd2
--- a/main.c Tue Apr 26 13:42:09 2016 +0000 +++ b/main.c Tue Apr 26 13:58:03 2016 +0000 @@ -273,10 +273,11 @@ if (Time[0] == 'i') Gyro.StrayHZ_flag = 0; //LPC_TIM1->MR0 убираем помеху if (Time[0] == 'o') Gyro.LogHZ=0; //Отключить передачу //////////////////////////////////////////////////////////////////////////////////// - + /*Запись лога настройки периметра*/ if (Time[0] == 'g') Gyro.LogPLC=1; //включит передачу if (Time[0] == 'h') Gyro.StrayPLC_flag = 1; //LPC_TIM1->MR0+1000 вносим помеху - if (Time[0] == 'j') Gyro.StrayPLC_flag = 0; + if (Time[0] == 'j') Gyro.StrayPLC_flag = 0; + if (Time[0] == 'b') Gyro.StrayPLC_flag = 3; //LPC_TIM1->MR0-1000 вносим помеху if (Time[0] == 'n') Gyro.StrayPLC_flag = 2; //LPC_TIM1->MR0 убираем помеху if (Time[0] == 'k') Gyro.LogPLC=0; //Отключить передачу