Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL] Support for MCUs with Built-in Temperature Sensor #94

Open
brentru opened this issue Dec 30, 2022 · 0 comments
Open

[PROPOSAL] Support for MCUs with Built-in Temperature Sensor #94

brentru opened this issue Dec 30, 2022 · 0 comments

Comments

@brentru
Copy link
Member

brentru commented Dec 30, 2022

Boards containing a MCU with a built-in temperature sensor (which measures the chip itself) do not have this sensor on a "pin" as it's within the silicon and accessed via an API call.

Proposing to add a flag to each board that contains silicon supporting this functionality. The flag would enable/show the MCU Temperature Sensor component in the picker.

Example for rpi-pico-w/definition.json

{
    "boardName":"rpi-pico-w",
    "mcuName":"rp2040",
    "mcuRefVoltage":3.3,
    "mcuHasTempSensor":true,
...

Relevant to adafruit/Adafruit_Wippersnapper_Arduino#390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant