VT Library  0.2
Introduction

The VT library provides support for different serial protocols using the SAADC and PWM peripherals present on the nRF5x chips. The intent behind the library is to offer a way to use various serial protocols in a non-CPU bound manner, and without requiring specific hardware.

The main features of the VT library are:

The library can be used through an existing frontend such as the UART frontend which simulates the UART peripheral, or it is possible to implement one’s own frontend to support a custom protocol.