// Howdy 👋.
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/write-code
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-p48n941f-wzQ06kGmuFJ2HXnGYT1JkA
//
// To infinity and beyond 🚀
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
// In Adrduino IDE pico Default I2C is
// SDA = GP4
//SCl = GP5
// Set the LCD address to 0x27 for a 16 chars and 2 line display
LiquidCrystal_I2C (0x27, 16, 2);
void setup()
{
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);