add claude credits!

This commit is contained in:
ladyada 2025-01-08 09:35:51 -05:00
parent fcc8dfaf63
commit c0237922d3
3 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -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