Skip to content

Instantly share code, notes, and snippets.

View cguilherme00's full-sized avatar

Carlos Schlottfeldt cguilherme00

  • Mapa Avaliações
  • Belo Horizonte, Brazil
View GitHub Profile
@cguilherme00
cguilherme00 / serialinput.R
Created June 21, 2018 04:19 — forked from jalapic/serialinput.R
Arduino data to R
library(serial)
rm(list = ls()) # clear environment
graphics.off() # close all graphic windows
### establish a serial connection
con <- serialConnection(name = "get_temps",