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
Breadcrumbs
History for
Arduino
libraries
SPI
on
stringOptimization
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 5, 2010
Fixing SPI double-speed bug.
Show description for b248953
damellis
committed
b248953
View commit details
Copy full SHA for b248953
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
Modified Barometric Pressure Sensor to make it easier for beginners to understand.
tigoe
committed
d58ea9b
View commit details
Copy full SHA for d58ea9b
View code at this point
Browse repository at this point
Modified Barometric Pressure Sensor to make it easier for beginners to understand.
tigoe
committed
aab8563
View commit details
Copy full SHA for aab8563
View code at this point
Browse repository at this point
Modified Barometric Pressure Sensor to make it easier for beginners to understand.
tigoe
committed
00989e9
View commit details
Copy full SHA for 00989e9
View code at this point
Browse repository at this point
Commits on Aug 13, 2010
Commented the changing board pin numbers.
tigoe
committed
e498939
View commit details
Copy full SHA for e498939
View code at this point
Browse repository at this point
Changed slaveSelectPin to a const int rather than hard coded number.
tigoe
committed
ecb26ec
View commit details
Copy full SHA for ecb26ec
View code at this point
Browse repository at this point
Commits on Aug 10, 2010
Added AD5206 Digital Potentiometer example to SPI library
tigoe
committed
7bac64c
View commit details
Copy full SHA for 7bac64c
View code at this point
Browse repository at this point
Commits on Aug 7, 2010
Moving SPI pin initialization from constructor to begin() function. That way, the SPI library won't alter any pin states unless / until you call begin().
damellis
committed
b89d8a9
View commit details
Copy full SHA for b89d8a9
View code at this point
Browse repository at this point
Renaming SPI constants to better match general style. Renaming setDataOrder() to setBitOrder(), and using existing LSBFIRST and MSBFIRST constants for it.
damellis
committed
08feacb
View commit details
Copy full SHA for 08feacb
View code at this point
Browse repository at this point
Renaming SPI.send() to SPI.transfer() to better reflect its bi-directional nature.
damellis
committed
3899ffc
View commit details
Copy full SHA for 3899ffc
View code at this point
Browse repository at this point
Commits on Aug 3, 2010
Setting SS high by default.
Show description for 1e0f968
damellis
committed
1e0f968
View commit details
Copy full SHA for 1e0f968
View code at this point
Browse repository at this point
Commits on Aug 2, 2010
Added Barometric pressure sensor example for SPI library
tigoe
committed
e1ba91a
View commit details
Copy full SHA for e1ba91a
View code at this point
Browse repository at this point
Moving SPI pin definitions into core (from SPI library): SS, MISO, MOSI, and SCK.
damellis
committed
0aec45a
View commit details
Copy full SHA for 0aec45a
View code at this point
Browse repository at this point
Adding SPI library and revising Ethernet library (Christian Maglie).
damellis
committed
e24b135
View commit details
Copy full SHA for e24b135
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.