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:
- 119:4d7fcece9e8e
- Parent:
- 117:eefe61968528
- Child:
- 121:bbae560cdd43
--- a/main.c Wed Apr 06 13:49:18 2016 +0000
+++ b/main.c Wed Apr 06 15:10:47 2016 +0000
@@ -57,8 +57,9 @@
// UART1_Init(); // инициализация UART1 на скорость 38400.
- UART_InitSet (0, 38400, 0x03); // надо проверить, мож чо с ногам
- UART_InitSet (1, 921600, 0x03);
+ UART_InitSet (0, 921600, 0x03); // надо проверить, мож чо с ногам
+// UART_InitSet (1, 921600, 0x03);
+ UART_InitSet (1, 38400, 0x03);
////////////
//DAC_ADC_Exchange_Init(); // инициализация обмена АЦП и ЦАП.
