Expand description
Protocol for transmitting: https://dev.blues.io/notecard/notecard-guides/serial-over-i2c-protocol/ API: https://dev.blues.io/reference/notecard-api/introduction/
Modules§
- card
- https://dev.blues.io/reference/notecard-api/card-requests/
- dfu
- https://dev.blues.io/api-reference/notecard-api/dfu-requests/
- hub
- https://dev.blues.io/reference/notecard-api/hub-requests/
- note
- https://dev.blues.io/reference/notecard-api/note-requests/
- ntn
- https://dev.blues.io/api-reference/notecard-api/ntn-requests/
- web
- https://dev.blues.io/api-reference/notecard-api/web-requests
Structs§
- Future
Response - A future response.
- Notecard
- The driver for the Notecard. Must be intialized before making any requests.
- Notecard
Config - Notecard
Error - Suspend
State
Enums§
Constants§
- DEFAULT_
BUF_ SIZE - The size of the shared request and receive buffer. Requests and responses may not serialize to any greater value than this.