STM32F103C8_Plantilla_USB Plantilla para configuración del Puerto USB y la Terminal Serial

Dependencies:   mbed-STM32F103C8T6 USBDevice_STM32F103 mbed-src

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?

UserRevisionLine numberNew contents of line
Antulius 0:16b83f767a7e 1 #pragma once
Antulius 0:16b83f767a7e 2
Antulius 0:16b83f767a7e 3 #ifndef STM32F103C8T6_H
Antulius 0:16b83f767a7e 4 #define STM32F103C8T6_H
Antulius 0:16b83f767a7e 5 #include "stm32f10x.h"
Antulius 0:16b83f767a7e 6 #include "PinNames.h"
Antulius 0:16b83f767a7e 7 #include "SysClockConf.h"
Antulius 0:16b83f767a7e 8
Antulius 0:16b83f767a7e 9 #endif