STM32F103C8_Plantilla_USB Plantilla para configuración del Puerto USB y la Terminal Serial
Dependencies: mbed-STM32F103C8T6 USBDevice_STM32F103 mbed-src
SysClockConf.h@0:16b83f767a7e, 2019-06-26 (annotated)
- Committer:
- Antulius
- Date:
- Wed Jun 26 18:48:46 2019 +0000
- Revision:
- 0:16b83f767a7e
STM32-103C8T6_Plantilla Plantilla para la Tarjeta "Blue Pill"
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Antulius | 0:16b83f767a7e | 1 | #ifndef CONFSYSCLOCK_H |
Antulius | 0:16b83f767a7e | 2 | #define CONFSYSCLOCK_H |
Antulius | 0:16b83f767a7e | 3 | |
Antulius | 0:16b83f767a7e | 4 | #pragma once |
Antulius | 0:16b83f767a7e | 5 | void confSysClock(void); |
Antulius | 0:16b83f767a7e | 6 | |
Antulius | 0:16b83f767a7e | 7 | #endif |