nu/jvs.c: Add emulated JVS controller

This commit is contained in:
Tau
2018-11-08 14:20:48 -05:00
parent e2f554f5bb
commit 0929beae11
4 changed files with 189 additions and 0 deletions

View File

@ -15,6 +15,8 @@ nu_lib = static_library(
'gpio.c',
'gpio.h',
'guid.c',
'jvs.c',
'jvs.h',
'hwmon.c',
'hwmon.h',
'nusec.c',