Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 644 Bytes

STM32 Microcontroller Programming

Introduction

This repository contains the source code for the STM32 microcontroller programming course. The course is divided into 3 parts:

  1. Basic C programming
  2. Basic C++ programming
  3. STM32 microcontroller programming

Folder structure

  • C - Basic C programming - contains the source code for the first part of the course.
  • C++ - Basic C++ programming - contains the source code for the second part of the course.
  • STM32 - STM32 microcontroller programming - contains the source code for the third part of the course.