| 78 | } |
| 79 | |
| 80 | bool AlwaysUpdate() |
| 81 | { |
| 82 | // Pixie expects to receive data every <2 seconds, Adafruit recommends <1. |
| 83 | // Ensuring data is sent every <2 seconds needs to happen outside of the library |
| 84 | // Returning true will allow data to be re-sent even if no changes to buffer. |
| 85 | |
| 86 | return true; |
| 87 | } |
| 88 | |
| 89 | bool SwapBuffers() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected