-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for OpenXC Android library v6.0.0.
Only two changes, addListener and removeListener no longer throw any exceptions UnrecognizedMeasurementTypeException anymore.
- Loading branch information
Showing
2 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
OpenXCStarter | ||
============== | ||
|
||
This is a simple "hello world" project. Follow the OpenXC getting started app | ||
[tutorial](http://openxcplatform.com/getting-started/tutorial.html) to learn | ||
more about what this code does. You can also use this project to jumpstart your | ||
own OpenXC app. | ||
This is a simple "hello world" project using OpenXC. Follow the OpenXC getting | ||
started app [tutorial](http://openxcplatform.com/getting-started/tutorial.html) | ||
to learn more about what this code does. You can also use this project to | ||
jumpstart your own OpenXC app. | ||
|
||
This version of the project requires v6.0.0 or later of the OpenXC Android | ||
library. | ||
|
||
## License | ||
|
||
Copyright (c) 2011-2013 Ford Motor Company | ||
Licensed under the BSD license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters