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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
adafruit
/
circuitpython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
4.5k
Code
Issues
761
Pull requests
19
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards.
- #211
#211
Merged
dhalbert
merged 13 commits into
adafruit:master
adafruit/circuitpython:master
from
dhalbert:issue_177_samd_temp
dhalbert/circuitpython:issue_177_samd_temp
Copy head branch name to clipboard
Aug 31, 2017
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards.
#211
dhalbert
merged 13 commits into
adafruit:master
adafruit/circuitpython:master
from
dhalbert:issue_177_samd_temp
dhalbert/circuitpython:issue_177_samd_temp
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2017
Checkpoint: Python interface finished. microcontroller.core.temperature. Dummy value returned for now.
dhalbert
committed
367a6e3
View commit details
Copy full SHA for 367a6e3
Browse repository at this point
Commits on Aug 28, 2017
Merge branch 'master' into issue_177_samd_temp
dhalbert
committed
843db2b
View commit details
Copy full SHA for 843db2b
Browse repository at this point
Commits on Aug 29, 2017
Finish core.temperature. Add core.frequency.
Show description for 0267c45
dhalbert
committed
0267c45
View commit details
Copy full SHA for 0267c45
Browse repository at this point
Merge branch 'master' into issue_177_samd_temp
dhalbert
committed
e32bc63
View commit details
Copy full SHA for e32bc63
Browse repository at this point
Update submodules.
dhalbert
committed
55a6555
View commit details
Copy full SHA for 55a6555
Browse repository at this point
fix submodule commits
dhalbert
committed
9500e62
View commit details
Copy full SHA for 9500e62
Browse repository at this point
core.frequency is now int instead of float
dhalbert
committed
536731b
View commit details
Copy full SHA for 536731b
Browse repository at this point
Commits on Aug 30, 2017
Rework `microcontroller.core` so it's a module with a `core.Core` singleton class.
Show description for 3a4d91b
dhalbert
committed
3a4d91b
View commit details
Copy full SHA for 3a4d91b
Browse repository at this point
Fix documentation glitches
dhalbert
committed
299a82d
View commit details
Copy full SHA for 299a82d
Browse repository at this point
Typo
tannewt
authored
214eff6
View commit details
Copy full SHA for 214eff6
Browse repository at this point
Copyright year
tannewt
authored
1b5a07c
View commit details
Copy full SHA for 1b5a07c
Browse repository at this point
Rename Core -> Processor; microcontroller.core-> microcontroller.cpu
dhalbert
committed
20f52ee
View commit details
Copy full SHA for 20f52ee
Browse repository at this point
Commits on Aug 31, 2017
Make `Processor` be a class in `microcontroller`. Change `core` to `cpu`.
dhalbert
committed
4113ba1
View commit details
Copy full SHA for 4113ba1
Browse repository at this point
You can’t perform that action at this time.