Skip to content

Instantly share code, notes, and snippets.

@jadudm
Created August 21, 2014 12:04
Show Gist options
  • Save jadudm/d890c849f927de8685bd to your computer and use it in GitHub Desktop.
Save jadudm/d890c849f927de8685bd to your computer and use it in GitHub Desktop.
Declaring a Byte
#include <stdio.h>
void main () {
byte b;
b = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment