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
Accelerator
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 }}
pg
/
Arduino
Public
forked from
arduino/Arduino
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
stringOptimization
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 3, 2010
Added Paul Stoffregen's WString optimizations
tigoe
committed
de10bea
View commit details
Copy full SHA for de10bea
Browse repository at this point
added Paul Stoffregen's WString optimizations
tigoe
committed
686de46
View commit details
Copy full SHA for 686de46
Browse repository at this point
bug fixes to SD library examples
tigoe
committed
4d3b263
View commit details
Copy full SHA for 4d3b263
Browse repository at this point
updated SD examples with new constants, and commented them
tigoe
committed
86e3d4a
View commit details
Copy full SHA for 86e3d4a
Browse repository at this point
Commits on Nov 30, 2010
Fixing Linux UNO serial bug (thanks to Dean Camera).
Show description for dce5e09
damellis
committed
dce5e09
View commit details
Copy full SHA for dce5e09
Browse repository at this point
Commits on Nov 29, 2010
Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.
Show description for d98d31e
damellis
committed
d98d31e
View commit details
Copy full SHA for d98d31e
Browse repository at this point
Revert "added toInt() function to WString".
Show description for 920212e
damellis
committed
920212e
View commit details
Copy full SHA for 920212e
Browse repository at this point
added example for WCharacter.h functions in String examples
tigoe
committed
ab8c3fe
View commit details
Copy full SHA for ab8c3fe
Browse repository at this point
added two examples to String examples for String to integer conversion
tigoe
committed
d6b4579
View commit details
Copy full SHA for d6b4579
Browse repository at this point
added toInt() function to WString
tigoe
committed
448222e
View commit details
Copy full SHA for 448222e
Browse repository at this point
Merge branch 'master' of github.com:arduino/Arduino
damellis
committed
901319b
View commit details
Copy full SHA for 901319b
Browse repository at this point
Commits on Nov 28, 2010
Changing version number to 0022.
damellis
committed
37e6e7e
View commit details
Copy full SHA for 37e6e7e
Browse repository at this point
Renaming constants: SD_MODE -> FILE_MODE
damellis
committed
a78fa1d
View commit details
Copy full SHA for a78fa1d
Browse repository at this point
Replacing boolean parameters to SD.open() with SD_MODE constants.
damellis
committed
ff89afb
View commit details
Copy full SHA for ff89afb
Browse repository at this point
Commits on Nov 27, 2010
Removing /usr/lib/jni from LD_LIBRARY_PATH since that's not where RXTX is on my Ubuntu 10.04 system.
David A. Mellis
committed
a00c0da
View commit details
Copy full SHA for a00c0da
Browse repository at this point
Fixing up some Linux stuff.
David A. Mellis
committed
c6d1baa
View commit details
Copy full SHA for c6d1baa
Browse repository at this point
Merge branch 'master' of https://github.com/joshnuss/Arduino
damellis
committed
00a9f99
View commit details
Copy full SHA for 00a9f99
Browse repository at this point
Enabling debugging for compilation of the app.
damellis
committed
a142a25
View commit details
Copy full SHA for a142a25
Browse repository at this point
Building sketch first (so errors appear faster).
Show description for 6750e67
damellis
committed
6750e67
View commit details
Copy full SHA for 6750e67
Browse repository at this point
Commits on Nov 24, 2010
Showing dialog when serial port not found on upload.
damellis
committed
5d9602a
View commit details
Copy full SHA for 5d9602a
Browse repository at this point
Commits on Nov 23, 2010
Merge branch 'master' of github.com:arduino/Arduino
damellis
committed
1d13cd4
View commit details
Copy full SHA for 1d13cd4
Browse repository at this point
pulseIn() now times out while measuring the pulse, not just while waiting for it to start.
damellis
committed
4dad135
View commit details
Copy full SHA for 4dad135
Browse repository at this point
Commits on Nov 22, 2010
fixed comments in LIquidCrystal examples per issue 402
tigoe
committed
305d0f0
View commit details
Copy full SHA for 305d0f0
Browse repository at this point
Commits on Nov 21, 2010
Adding warning about leaving the hardware SS pin as an output.
damellis
committed
012b4b0
View commit details
Copy full SHA for 012b4b0
Browse repository at this point
Adding SD tests, removing clean.bat.
damellis
committed
29384e2
View commit details
Copy full SHA for 29384e2
Browse repository at this point
Commits on Nov 20, 2010
Adding SD.rmdir(). Returning success / failure from SD functions.
damellis
committed
a6f3f27
View commit details
Copy full SHA for a6f3f27
Browse repository at this point
Using sdfatlib CS pin defaults. SD.begin() returns success or failure.
damellis
committed
d05a57a
View commit details
Copy full SHA for d05a57a
Browse repository at this point
Adding SD.remove(file) and another example.
damellis
committed
6f0ea10
View commit details
Copy full SHA for 6f0ea10
Browse repository at this point
SD library updates. Renaming makeDir() to mkdir(). Replacing example. Adding keywords.txt.
damellis
committed
5af5619
View commit details
Copy full SHA for 5af5619
Browse repository at this point
SD File object implements Stream.
Show description for fcc4188
damellis
committed
fcc4188
View commit details
Copy full SHA for fcc4188
Browse repository at this point
Further SD API cleanup.
Show description for 6788eea
damellis
committed
6788eea
View commit details
Copy full SHA for 6788eea
Browse repository at this point
Revising SD library API.
Show description for a5898ae
damellis
committed
a5898ae
View commit details
Copy full SHA for a5898ae
Browse repository at this point
Commits on Nov 17, 2010
Handling < > & and unicode in copy to html.
Show description for 06d3d85
damellis
committed
06d3d85
View commit details
Copy full SHA for 06d3d85
Browse repository at this point
Commits on Nov 14, 2010
Adding CS pin parameter to SD.begin(). Defaults to 4 (for Arduino Ethernet Shield).
Show description for 6cbb866
damellis
committed
6cbb866
View commit details
Copy full SHA for 6cbb866
Browse repository at this point
Commits on Nov 13, 2010
Removing execute permissions from SD library files.
damellis
committed
8629da8
View commit details
Copy full SHA for 8629da8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.