directory
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Packages
Simple BLE advertising example.
This example shows how to use GPIO to as digital output (to blink connected LEDs) and input (to read state of KEY1).
This example shows how to use button.PollDrv to handle input from multiple buttons.
This example shows how to use input/encoder and input/button packages to handle rotary encoder.
This example shows how to use semihosting to print to the debuging host standard output.
This example show how to use Programmable Peripheral Interconnect (PPI) peripheral.
This example shows how to use TIMER, GPIOTE and PPI to implement PWM output.
Remotely cotrolled servo.
This example shows how to use GPIOTE peripheral to detect changes at specific GPIO pin and handle them using interrupt.
This code drives ventilation unit controller.