Skip to content

Tutorials

This section provides a collection of code samples and tutorials to provide help for new users to get started with mikroSDK development. These documents contain useful information on basic driver usage as well as step-by-step tutorials that show how an application is put together.

Basic driver tutorials

Tutorial Description
Digital Input / Output Creating application for controlling GPIO pins and ports.
Reading analog input Creating application for reading analog input with ADC module from GPIO pin.
Echo application with UART module Creating echo application for serial device using UART Driver.
SPI transfer in master mode Creating application for reading and writing data to SPI bus in master mode.
Reading a register value from a slave on I2C bus Creating application for reading and writing data to SPI bus in master mode.