Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenbell/tinygo-stm32-examples

Example of using tinygo-stm32
https://github.com/kenbell/tinygo-stm32-examples

Last synced: 8 days ago
JSON representation

Example of using tinygo-stm32

Awesome Lists containing this project

README

        

# TinyGo STM32 Library Examples

Extended TinyGo support for STM32 MCUs.

This repo contains basic examples of the [TinyGo STM32 library](https://github.com/kenbell/tinygo-stm32). The examples show how to build applications for custom boards using STM32 MCUs.

The examples available are:

|Example|Description|
|---|---|
|[blinky](./blinky)|Simple blinking LED|
|[uart](./uart)|Simple UART demo|

## Status: Unstable

The TinyGo STM32 project is still in an experimental phase, expect frequent breakage.