Skip to content

Instantly share code, notes, and snippets.

@jwvanderbeck
jwvanderbeck / radiopanel..ino
Created June 16, 2019 15:04
DCS-Bios Radio Panel
#include <Wire.h>
#include <LiquidCrystal_PCF8574.h>
#define DCSBIOS_IRQ_SERIAL
#include <DcsBios.h>
LiquidCrystal_PCF8574 lcd(0x27); // set the LCD address to 0x27 for a 16 chars and 2 line display
int show;