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

Dependents:   STM32-103C8_Plantilla_USB

stm32f103c8t6.h

Committer:
Antulius
Date:
2019-09-05
Revision:
13:6b69d45b4700
Parent:
8:2582ee8cc84c

File content as of revision 13:6b69d45b4700:

#pragma once

#ifndef STM32F103C8T6_H
#define STM32F103C8T6_H
#include "stm32f10x.h"
#include "PinNames.h"
#include "SysClockConf.h"

#endif