Skip to content

InfiniteYuan/STM32F103DriverLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STM32F103DriverLib

Easier way to program on STM32F103 in C++

To make program on STM32 more easier, we packet every peripheral and module as a C++ class, mask operation steps instead of function-oriented interface.

eg: How to use USART to send data

# include "USART.h"
USART com(1,115200);
void main()
{
    com<<"test string\r\n";
}

About

Easier way to program on ARM Cortex™-M3 STM32F103 in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published