initial layout - this may change at some point

This commit is contained in:
shrkey
2016-10-09 19:45:06 +01:00
parent 4b0a9d1528
commit 74ff50d7d9
2 changed files with 104 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ make
sudo ./threaded_baro
*/
#include "Navio/MS5611.h"
#include "Navio/Util.h"
#include "darkwater/MS5611.h"
#include "darkwater/Util.h"
#include <unistd.h>
#include <stdio.h>
#include <pthread.h>