STM32F103DriverLib Save

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

Project README

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";
}
Open Source Agenda is not affiliated with "STM32F103DriverLib" Project. README Source: InfiniteYuan/STM32F103DriverLib
Stars
37
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating