Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Task-Tracker-Systems
/
Task-Tracker-Device
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
15
Pull requests
4
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
serial interface: add
std::istream
adpater for Arduino
Serial
- #78
#78
Draft
dhebbeker
wants to merge 11 commits into
develop
Task-Tracker-Systems/Task-Tracker-Device:develop
from
feature/59-serial-interface-add-stdistream-adpater-for-arduino-serial
Task-Tracker-Systems/Task-Tracker-Device:feature/59-serial-interface-add-stdistream-adpater-for-arduino-serial
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Draft
serial interface: add
std::istream
adpater for Arduino
Serial
#78
dhebbeker
wants to merge 11 commits into
develop
Task-Tracker-Systems/Task-Tracker-Device:develop
from
feature/59-serial-interface-add-stdistream-adpater-for-arduino-serial
Task-Tracker-Systems/Task-Tracker-Device:feature/59-serial-interface-add-stdistream-adpater-for-arduino-serial
Copy head branch name to clipboard
Commits
Commits on Nov 5, 2023
Add empty class for future handler of serial input.
Show description for 5039dce
dhebbeker
committed
5039dce
View commit details
Copy full SHA for 5039dce
Browse repository at this point
Prepare serial input handler.
Show description for 97f4860
dhebbeker
committed
97f4860
View commit details
Copy full SHA for 97f4860
Browse repository at this point
Add example code for `serialEvent()`.
Show description for 6788b05
dhebbeker
committed
6788b05
View commit details
Copy full SHA for 6788b05
Browse repository at this point
Implement SerialInputHandler.
Show description for 3ec3dcd
dhebbeker
committed
3ec3dcd
View commit details
Copy full SHA for 3ec3dcd
Browse repository at this point
Move to correct package.
dhebbeker
committed
d1ca285
View commit details
Copy full SHA for d1ca285
Browse repository at this point
Begin work on adapter from Arduino's `Serial` to `std::istream`.
dhebbeker
committed
2224053
View commit details
Copy full SHA for 2224053
Browse repository at this point
WIP: Write input stream buffer for serial.
dhebbeker
committed
efaf05f
View commit details
Copy full SHA for efaf05f
Browse repository at this point
Commits on Nov 6, 2023
Add serial port object for stream input.
dhebbeker
committed
8636757
View commit details
Copy full SHA for 8636757
Browse repository at this point
Fix non-fitting integer type for comparison.
Show description for ee7fbfc
dhebbeker
committed
ee7fbfc
View commit details
Copy full SHA for ee7fbfc
Browse repository at this point
Commits on Nov 8, 2023
WIP: Test serial input stream buffer.
dhebbeker
committed
dc286e1
View commit details
Copy full SHA for dc286e1
Browse repository at this point
Do not check for available bytes.
Show description for de8b674
dhebbeker
committed
de8b674
View commit details
Copy full SHA for de8b674
Browse repository at this point
You can’t perform that action at this time.