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
BluePill/SysClockConf.h
- Committer:
- Antulius
- Date:
- 2022-02-22
- Revision:
- 7:62b714b5d89d
- Parent:
- 6:f47832fe0b07
File content as of revision 7:62b714b5d89d:
/* ****************************************************************************** * @file SysClockConf.h * @version * @date 05-July-2016 * @brief System Clock configuration for STM32F103C8T6 ***************************************************************************** * * All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. */ #ifndef CONFSYSCLOCK_H #define CONFSYSCLOCK_H #pragma once void confSysClock(void); #endif