File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
genericdevice_uartregtest Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ Written with help by Claude!
3+ https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c (at this time
4+ chats are not shareable :(
5+ */
6+
17#include " Adafruit_GenericDevice.h"
28
39/* ! @brief Create a Generic device with the provided read/write functions
Original file line number Diff line number Diff line change 1+ /*
2+ Advanced example of using bstracted transport for reading and writing
3+ register data from a UART-based device such as a TMC2209
4+
5+ Written with help by Claude! https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c
6+ (at this time chats are not shareable :(
7+ */
8+
9+
110#include " Adafruit_BusIO_Register.h"
211#include " Adafruit_GenericDevice.h"
312
Original file line number Diff line number Diff line change 1+ /*
2+ Abstracted transport for reading and writing data from a UART-based
3+ device such as a TMC2209
4+
5+ Written with help by Claude! https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c
6+ (at this time chats are not shareable :(
7+ */
8+
19#include " Adafruit_GenericDevice.h"
210
311Stream *uart_stream; // Will hold the pointer to our Stream object
You can’t perform that action at this time.
0 commit comments