Skip to content

LED Driver project from "TDD for Embedded C" book by James Grenning

Notifications You must be signed in to change notification settings

mtavkhelidze/tddec-led-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LED Driver

Description

LED Driver project from TDD for Embedded C book by James W. Grenning.

The project contains LED driver as developed in the book and solutions two excercises in the end of the Chapter 4: inversed LED logic and reversed LED pins.

Building

The project uses Unity.

To build first clone this repository with --recursive option.

$ mkdir build
$ cd build
$ cmake ../
$ make

To test, all the above plus:

$ test/led_driver_test_app -v

About

LED Driver project from "TDD for Embedded C" book by James Grenning

Resources

Stars

Watchers

Forks

Packages

No packages published