Skip to content

Commit c023792

Browse files
committed
add claude credits!
1 parent fcc8dfa commit c023792

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

Adafruit_GenericDevice.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

examples/genericdevice_uartregtest/genericdevice_uartregtest.ino

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

examples/genericdevice_uarttest/genericdevice_uarttest.ino

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

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

0 commit comments

Comments
 (0)