1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

added error string info (a la gpio) to the pwm code for #56

This commit is contained in:
Robert Wolterman
2017-01-28 18:50:09 +00:00
parent 3ff79d43e3
commit 05b936ca1d
3 changed files with 80 additions and 47 deletions

View File

@ -35,6 +35,7 @@ SOFTWARE.
#include <sys/types.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <pthread.h>
#include <time.h>