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 }}
electricimp
/
reference
Public
Notifications
You must be signed in to change notification settings
Fork
65
Star
90
Code
Issues
6
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add Impeeduino Library
- #44
#44
Open
AG6GR
wants to merge 35 commits into
electricimp:master
electricimp/reference:master
from
AG6GR:master
AG6GR/reference:master
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Open
Add Impeeduino Library
#44
AG6GR
wants to merge 35 commits into
electricimp:master
electricimp/reference:master
from
AG6GR:master
AG6GR/reference:master
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2016
Initial commit of abstraction class
AG6GR
committed
3718cf1
View commit details
Copy full SHA for 3718cf1
Browse repository at this point
First draft of digitalRead, correct sequencing but incorrect values
AG6GR
committed
94481c7
View commit details
Copy full SHA for 94481c7
Browse repository at this point
Update README.md
AG6GR
authored
0ba4696
View commit details
Copy full SHA for 0ba4696
Browse repository at this point
Commits on Nov 4, 2016
Fixed digitalRead(), still strangeness with Arduino input pin not pulling down correctly
AG6GR
committed
6e0004a
View commit details
Copy full SHA for 6e0004a
Browse repository at this point
Commits on Nov 5, 2016
Add notes on communication format between Imp and Arduino. Change arbitrary data opcode to avoid 0xFF issues
AG6GR
committed
e815a11
View commit details
Copy full SHA for e815a11
Browse repository at this point
Edit analog ops descriptions, drew out corresponding arb data bytes
AG6GR
committed
f8a5b9c
View commit details
Copy full SHA for f8a5b9c
Browse repository at this point
Commits on Nov 6, 2016
Implement analogRead and analogWrite
AG6GR
committed
67e6163
View commit details
Copy full SHA for 67e6163
Browse repository at this point
Fix analogWrite to properly wait for data bytes
AG6GR
committed
a3ccc29
View commit details
Copy full SHA for a3ccc29
Browse repository at this point
Remap PWM pins to fit within address space
AG6GR
committed
aa75e0b
View commit details
Copy full SHA for aa75e0b
Browse repository at this point
Add web control example
AG6GR
committed
4fa8770
View commit details
Copy full SHA for 4fa8770
Browse repository at this point
Implement analogWrite in Imp code
AG6GR
committed
5820b12
View commit details
Copy full SHA for 5820b12
Browse repository at this point
Implement callbacks, digitalRead working, rest not so much
AG6GR
committed
243280c
View commit details
Copy full SHA for 243280c
Browse repository at this point
Fix analogRead callback's parameter type
AG6GR
committed
a26655e
View commit details
Copy full SHA for a26655e
Browse repository at this point
Working function calls!
AG6GR
committed
75ee433
View commit details
Copy full SHA for 75ee433
Browse repository at this point
Update remote control demo to include async calls
AG6GR
committed
686fa91
View commit details
Copy full SHA for 686fa91
Browse repository at this point
Separate library and programmer documentation
AG6GR
committed
0af5ac4
View commit details
Copy full SHA for 0af5ac4
Browse repository at this point
Lay out structure of library README
AG6GR
committed
e6c4ee5
View commit details
Copy full SHA for e6c4ee5
Browse repository at this point
Refactor library for style
AG6GR
committed
3df62f0
View commit details
Copy full SHA for 3df62f0
Browse repository at this point
Update README, Add support for float analogWrite values
AG6GR
committed
2060d76
View commit details
Copy full SHA for 2060d76
Browse repository at this point
Add MIT License
AG6GR
committed
5aeda0f
View commit details
Copy full SHA for 5aeda0f
Browse repository at this point
Update introduction, add License
AG6GR
committed
84b21fb
View commit details
Copy full SHA for 84b21fb
Browse repository at this point
Update README.md
AG6GR
authored
7430441
View commit details
Copy full SHA for 7430441
Browse repository at this point
Rename programmer source files
AG6GR
committed
68c6ebd
View commit details
Copy full SHA for 68c6ebd
Browse repository at this point
Update README.md
AG6GR
authored
0989cf1
View commit details
Copy full SHA for 0989cf1
Browse repository at this point
Commits on Nov 7, 2016
Start on function call demo
AG6GR
committed
f7a0c71
View commit details
Copy full SHA for f7a0c71
Browse repository at this point
Add version check
AG6GR
committed
276b440
View commit details
Copy full SHA for 276b440
Browse repository at this point
Disable debug server.log() calls
AG6GR
committed
8a49f89
View commit details
Copy full SHA for 8a49f89
Browse repository at this point
Update comments
AG6GR
committed
c457d44
View commit details
Copy full SHA for c457d44
Browse repository at this point
Fixed small typo
AG6GR
committed
980ecfd
View commit details
Copy full SHA for 980ecfd
Browse repository at this point
Update LICENSE to correct copyright year
AG6GR
authored
f81463b
View commit details
Copy full SHA for f81463b
Browse repository at this point
Update README.md
AG6GR
authored
1bd9ee7
View commit details
Copy full SHA for 1bd9ee7
Browse repository at this point
Remove extraneous device code from library squirrel file. Advance version to 1.0.0
AG6GR
committed
0088275
View commit details
Copy full SHA for 0088275
Browse repository at this point
Merge branch 'master' of github.com:AG6GR/reference
AG6GR
committed
163aba7
View commit details
Copy full SHA for 163aba7
Browse repository at this point
Update license headers
AG6GR
committed
eeb5da3
View commit details
Copy full SHA for eeb5da3
Browse repository at this point
Commits on Apr 2, 2017
Fresh version of Arduino code
AG6GR
committed
679bc6b
View commit details
Copy full SHA for 679bc6b
Browse repository at this point
You can’t perform that action at this time.