Skip to content

Instantly share code, notes, and snippets.

/**
* Based on code by Caroline Dunn: https://github.com/carolinedunn/pico-weather-station
**/
#include <stdio.h>
#include <math.h>
#include "pico/stdlib.h"
#include "hardware/gpio.h"
#include <string.h>
const uint LED_PIN = PICO_DEFAULT_LED_PIN;