Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesseopdenbrouw/stm32
C and C++ code examples for STM32F4xx Nucleo Boards
https://github.com/jesseopdenbrouw/stm32
Last synced: about 1 month ago
JSON representation
C and C++ code examples for STM32F4xx Nucleo Boards
- Host: GitHub
- URL: https://github.com/jesseopdenbrouw/stm32
- Owner: jesseopdenbrouw
- Created: 2020-02-29T12:41:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T09:47:16.000Z (11 months ago)
- Last Synced: 2024-01-21T10:35:51.151Z (11 months ago)
- Language: C
- Homepage:
- Size: 61.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32 Repository
## NOTE: work is ongoing and changes are immenent without prior notification
This repository houses some C and C++ code examples for the STM32F4xx Nucleo Boards series.
* STM32F446_blinky -- Simple LED blink project
* STM32F446_dac_example -- Creates a 87,889 kHz sine wave
* STM32F446_dac_example_HAL -- Creates a 9,24 kHz sine wave using HAL functions
* STM32F446_lcd_example -- Routines for use with the Velleman VMA203 with HD44780
* STM32F446_push_button_led -- Simple push button-to-led project
* STM32F446_pwm_ld2_HAL -- Using PWM to switch User Led LD2
* STM32F446_ssd1315_cpp -- driver for SSD1315 display driver in C++
* STM32F446_with_Velleman_VMA412 -- Graphic and touchscreen functions for VMA412 with ILI9341