Skip to content

Is it possible to use ADC to read the temperature using the built in temperature sensor in the pico? (4) #475

Discussion options

You must be logged in to vote

Hi @polish-penguin-dev
Thank you for your question. Here are my answers

  1. Kaluma does not support pico onboard temperature ADC.
  2. To turn on/off LED you have to set the pin 25 as a GPIO OUTPUT before running digitalToggle(25) command.
> pinMode(25,OUTPUT) // set pin 25 to GPIO OUTPUT
> digitalToggle(25) // Turn on LED (GPIO 25)
> digitalToggle(25) // Turn off LED (GPIO 25)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@polish-penguin-dev
Comment options

Answer selected by polish-penguin-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants