directory
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Packages

This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
This example shows random behavior of select statement.
This example tests different ways of coping memory.
This example shows how to use rtos.EventFlag for communication between interrupt handler and thread.
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE2 based displays.
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
This is test program that shows how to communicate with ILI9341 controller using raw SPI (without any display library).
This example shows how to use USART as 1-wire master.
This example shows how to use rtos.At function to implement deadline/timeout for communication with channels.
This example shows how to write bare metal application that does not use tasker and rely at limited runtime initialisation (MaxTasks == 0).
Connct US-100 Tx and Rx pins respectively to Discovery's PA2 (USART2_TX), PA3 (USART2_RX) pins (Tx-Tx, Rx-Rx).
This example shows how to use USART as serial console.
Simple WS2812 example.