I hereby claim:
- I am d3cline on github.
- I am d3cline (https://keybase.io/d3cline) on keybase.
- I have a public key ASCIp9AdfD_bbe7BF4ygqib0tpAC2X3VkLZhlUERkEGv-go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ____ _ _ | |
| | _ \| | | | | |
| | |_) | | ___ ___| | __ | |
| | _ <| |/ _ \ / __| |/ / | |
| | |_) | | (_) | (__| < | |
| |____/|_|\___/_\___|_|\_\ | |
| | | (_) | |
| | |___ ___ _ __ ___ |
| */1 * * * * $HOME/weather.sh | |
| * * * * * $HOME/watch.sh > $HOME/cron/watchdog.log 2>&1 |
| using System; | |
| using System.IO.Ports; | |
| namespace SerialReader | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| var reader = new ArduinoSerialReader("COM3"); |