From b77a6bada4262ea9fcc211b9ae8f5a3c767cb7bd Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 23 Mar 2015 17:10:40 +1100 Subject: Add support for MPU-9150 --- megalogger/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'megalogger/config.h') diff --git a/megalogger/config.h b/megalogger/config.h index a29a442..24b456f 100644 --- a/megalogger/config.h +++ b/megalogger/config.h @@ -26,6 +26,7 @@ // this defines the format of data streaming // FORMAT_BIN is required by Freematics OBD iOS App +// FORMAT_CSV is for text-based output #define STREAM_FORMAT FORMAT_BIN /* Default streaming baudrates: -- cgit v1.2.3