Private
Public Access
2
0

de3815: add initial doc

Also removed printf used during inital implementation.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-10-22 00:19:27 +01:00
parent b59aecb70d
commit af3aa9d8b9
2 changed files with 38 additions and 2 deletions

View File

@@ -46,8 +46,6 @@ mraa_intel_de3815()
b->pins = (mraa_pininfo_t*) malloc(sizeof(mraa_pininfo_t)*MRAA_INTEL_DE3815_PINCOUNT);
printf("THIS IS DA NUC MAN\n");
strncpy(b->pins[0].name, "1.8v", 8);
b->pins[0].capabilites = (mraa_pincapabilities_t) {1,0,0,0,0,0,0,0};