-
-
Notifications
You must be signed in to change notification settings - Fork 133
Add generic byte RingBuffer class #8
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0ac12b9
Real Time Clock API - first draft
cmaglie dfe0136
Added motion interfaces
cmaglie 0e1a28b
Fixed some typos
cmaglie 67b8914
Added Rotation and Quaternion structures
cmaglie 9924ebc
Renamed Motion.h -> MotionSense.h. Added some comments
cmaglie 3eef53d
added Magnetometer class
cmaglie b66a1bb
Added some comments about units. Renamed Gyro -> Gyroscope
cmaglie 4c1e94f
Correct quaternion order
cmaglie 0a9804f
EulerAngles is a more appropriate name
cmaglie 6e0ca14
Added Magnetometer.expectedMagneticFieldStrength() method
cmaglie 0a96c9a
Added comment on EulerAngles units
cmaglie 9be6359
No defaults FIFO methods for gyroscope.
cmaglie bde41a3
Added TimeProvider and related functions
cmaglie 58dae9e
Added basic SoftwareRTC implementation.
cmaglie c400495
Add initial BLE API based on the BLEPeripheral library
sandeepmistry 38424e2
Move BLE peripheral API into own folder
sandeepmistry 49795df
Correct typo
sandeepmistry 43c0daa
First draft of BLE central API
sandeepmistry 4827027
Added a generic ArduinoAPI.h include folder with API version definitions
cmaglie 4f8b4b2
Removed ARDUINO_REAL_TIME_CLOCK_API_VERSION
cmaglie e255e3d
Fixed return value on SoftwareRTC::setTime
cmaglie 5bfc0cb
Add generic uint8_t RingBuffer class
facchinm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move BLE peripheral API into own folder
- Loading branch information
commit 38424e21a92457ab9403c5b30bec4829a1103c69
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.