C47D / NRF24

Platform independent device driver for NRF24 radios.
0 stars 2 forks source link

Add unit tests using CppUTest #5

Closed C47D closed 3 years ago

C47D commented 3 years ago

This PR adds the necessary files and some basic unit tests that will help to let the users run unit tests using the CppUTest (and the mock extension) framework. It will also provide a way to generate coverage information and regression testing.