STM32-F103C8_Plantilla Es la plantilla base para compatibilidad con Mbed para la tarjeta "Blue Pill" basada en el STM32-F103C8T6
Dependencies: mbed
BluePill/SysClockConf.h@4:e1e547c34929, 2020-06-17 (annotated)
- Committer:
- Antulius
- Date:
- Wed Jun 17 20:25:52 2020 +0000
- Revision:
- 4:e1e547c34929
- Parent:
- SysClockConf.h@0:9f7581d1af6f
Plantilla mejorada para utilizar la Tarjeta "BluePill" (STM32F103C8T6)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Antulius | 4:e1e547c34929 | 1 | #ifndef CONFSYSCLOCK_H |
Antulius | 4:e1e547c34929 | 2 | #define CONFSYSCLOCK_H |
Antulius | 4:e1e547c34929 | 3 | |
Antulius | 0:9f7581d1af6f | 4 | #pragma once |
Antulius | 4:e1e547c34929 | 5 | void confSysClock(void); |
Antulius | 4:e1e547c34929 | 6 | |
Antulius | 4:e1e547c34929 | 7 | #endif |