updated example files

This commit is contained in:
shrkey
2016-10-10 22:44:20 +01:00
parent 9f4dffe704
commit c2a0c483a1
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ make
./AccelGyroMag
*/
#include "darkwater/DW640.h"
#include "darkwater/DWESCAPE.h"
#include "darkwater/Util.h"
#include <stdlib.h>
//=============================================================================
@@ -24,7 +24,7 @@ int main()
return 1;
}
//-------------------------------------------------------------------------
DW640 dw;
DWESCAPE dw;
dw.initialize();
DW_Motor *dw1 = dw.getMotor(1);