add claude credits!
This commit is contained in:
parent
fcc8dfaf63
commit
c0237922d3
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
Written with help by Claude!
|
||||||
|
https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c (at this time
|
||||||
|
chats are not shareable :(
|
||||||
|
*/
|
||||||
|
|
||||||
#include "Adafruit_GenericDevice.h"
|
#include "Adafruit_GenericDevice.h"
|
||||||
|
|
||||||
/*! @brief Create a Generic device with the provided read/write functions
|
/*! @brief Create a Generic device with the provided read/write functions
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
Advanced example of using bstracted transport for reading and writing
|
||||||
|
register data from a UART-based device such as a TMC2209
|
||||||
|
|
||||||
|
Written with help by Claude! https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c
|
||||||
|
(at this time chats are not shareable :(
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "Adafruit_BusIO_Register.h"
|
#include "Adafruit_BusIO_Register.h"
|
||||||
#include "Adafruit_GenericDevice.h"
|
#include "Adafruit_GenericDevice.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
Abstracted transport for reading and writing data from a UART-based
|
||||||
|
device such as a TMC2209
|
||||||
|
|
||||||
|
Written with help by Claude! https://claude.ai/chat/335f50b1-3dd8-435e-9139-57ec7ca26a3c
|
||||||
|
(at this time chats are not shareable :(
|
||||||
|
*/
|
||||||
|
|
||||||
#include "Adafruit_GenericDevice.h"
|
#include "Adafruit_GenericDevice.h"
|
||||||
|
|
||||||
Stream *uart_stream; // Will hold the pointer to our Stream object
|
Stream *uart_stream; // Will hold the pointer to our Stream object
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue