Fast leds debug serial input #72
No reviewers
Labels
No labels
Core
Fixed
Godot
HardwareIssue
LEDS
Networking
Problem
SoftwareIssue
duplicate
enhancement
good first issue
help wanted
invalid
on hold
question
reminder
todo 🗒️
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
squatnet/ArduinoStuff!72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "FastLedsSerialInput"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#define DAVAIL(...) Serial.available()
#define DREAD(...) Serial.read()
didnt work as its not great at returning values
MErge?
dont forget to git branch -d FastLedsSerialInput
i did it from website ill check the tree now
yeah i merged as i was getting expected outputs can continue from here, wasnt that the plan? lol
Yep exactly it. It's still there locally tho. Branch -d deletes the local
branch
On Thu, 28 Mar 2019, 20:16 kieran-boyle, notifications@github.com wrote:
yeah i did it cheers