Bluepill_Plantilla Es la plantilla base (mejorada) para soporte y compatibilidad en Mbed para la tarjeta "BluePill" basada en el procesador ARM M3 STM32F103C8T6

Dependencies:   mbed

Committer:
Antulius
Date:
Tue Feb 22 04:28:18 2022 +0000
Revision:
7:62b714b5d89d
Parent:
6:f47832fe0b07
Bluepill_Plantilla Es la plantilla base (mejorada) para soporte y compatibilidad en Mbed para la tarjeta "BluePill" basada en el procesador ARM M3 STM32F103C8T6

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Antulius 6:f47832fe0b07 1 /*
Antulius 6:f47832fe0b07 2 ******************************************************************************
Antulius 6:f47832fe0b07 3 * @file SysClockConf.h
Antulius 6:f47832fe0b07 4 * @version
Antulius 6:f47832fe0b07 5 * @date 05-July-2016
Antulius 6:f47832fe0b07 6 * @brief System Clock configuration for STM32F103C8T6
Antulius 6:f47832fe0b07 7 *****************************************************************************
Antulius 6:f47832fe0b07 8 *
Antulius 6:f47832fe0b07 9 * All rights reserved.
Antulius 6:f47832fe0b07 10
Antulius 6:f47832fe0b07 11 This program is free software: you can redistribute it and/or modify
Antulius 6:f47832fe0b07 12 it under the terms of the GNU General Public License as published by
Antulius 6:f47832fe0b07 13 the Free Software Foundation, either version 3 of the License, or
Antulius 6:f47832fe0b07 14 (at your option) any later version.
Antulius 6:f47832fe0b07 15 */
Antulius 4:e1e547c34929 16 #ifndef CONFSYSCLOCK_H
Antulius 4:e1e547c34929 17 #define CONFSYSCLOCK_H
Antulius 4:e1e547c34929 18
Antulius 0:9f7581d1af6f 19 #pragma once
Antulius 4:e1e547c34929 20 void confSysClock(void);
Antulius 4:e1e547c34929 21
Antulius 4:e1e547c34929 22 #endif