linefinder: C implementation; FTI; C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-21 13:43:36 -06:00
parent b5a33f6ee3
commit f101db2af1
8 changed files with 392 additions and 62 deletions

View File

@ -128,6 +128,7 @@ add_example (lm35)
add_example (rotaryencoder)
add_example (rpr220)
add_example (md)
add_example (linefinder)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)