Skip to content

Commit

Permalink
add claude credits!
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jan 8, 2025
1 parent fcc8dfa commit c023792
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Adafruit_GenericDevice.cpp
Original file line number Diff line number Diff line change
@@ -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"

/*! @brief Create a Generic device with the provided read/write functions
Expand Down
Original file line number Diff line number Diff line change
@@ -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_GenericDevice.h"

Expand Down
8 changes: 8 additions & 0 deletions examples/genericdevice_uarttest/genericdevice_uarttest.ino
Original file line number Diff line number Diff line change
@@ -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"

Stream *uart_stream; // Will hold the pointer to our Stream object
Expand Down

0 comments on commit c023792

Please sign in to comment.