LIbreria de soporte para la STM32F103C8T6 "Blue Pill" by Antuliu's Team

Dependents:   STM32-103C8_Plantilla_USB

Committer:
Antulius
Date:
Thu Sep 05 19:28:09 2019 +0000
Revision:
13:6b69d45b4700
Parent:
8:2582ee8cc84c
STM32F103C8_Plantilla_USB

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 2:534793444c60 1 #pragma once
Antulius 13:6b69d45b4700 2
Antulius 13:6b69d45b4700 3 #ifndef STM32F103C8T6_H
Antulius 13:6b69d45b4700 4 #define STM32F103C8T6_H
Antulius 13:6b69d45b4700 5 #include "stm32f10x.h"
hudakz 2:534793444c60 6 #include "PinNames.h"
hudakz 2:534793444c60 7 #include "SysClockConf.h"
Antulius 13:6b69d45b4700 8
Antulius 13:6b69d45b4700 9 #endif