Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gets NavX basic functionality tested and working. #82

Merged
merged 3 commits into from
Dec 5, 2015
Merged

Conversation

ThadHouse
Copy link
Member

I don't have time right now to add the rest of the commands, but basic functionality is tested and working, with both I2C and SPI. Does not use cached reads, however I belive that those are much slower then individual reads. Plus I2C on the HAL does not support buffers larger then 8. So SPI is the preferred choice, and what we will be using.

Doesn't use a cache, so if you call it too quickly it might error, but
both I2C and SPI work properly.
@codecov-io
Copy link

Current coverage is 32.81%

Merging #82 into master will decrease coverage by -0.98% as of 62bcd0f

@@            master     #82   diff @@
======================================
  Files          111     114     +3
  Stmts         6790    6994   +204
  Branches       865     882    +17
  Methods          0       0       
======================================
  Hit           2295    2295       
  Partial        151     151       
- Missed        4344    4548   +204

Review entire Coverage Diff as of 62bcd0f

Powered by Codecov. Updated on successful CI builds.

ThadHouse added a commit that referenced this pull request Dec 5, 2015
Gets NavX basic functionality tested and working.
@ThadHouse ThadHouse merged commit c0b9b51 into master Dec 5, 2015
@ThadHouse ThadHouse deleted the NavXMXP branch December 5, 2015 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants