Skip to content

Instantly share code, notes, and snippets.

@epietrowicz
Created May 13, 2020 15:41
Show Gist options
  • Save epietrowicz/fb9f21d91c0c94dac7f2ecbdc87293d6 to your computer and use it in GitHub Desktop.
Save epietrowicz/fb9f21d91c0c94dac7f2ecbdc87293d6 to your computer and use it in GitHub Desktop.
writing char
FloatingActionButton(
onPressed: () {
_ledChar.write([0xff, 0xff, 0xff, 0x10]);
},
tooltip: 'Increment',
child: Icon(Icons.add),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment