Skip to content

Instantly share code, notes, and snippets.

int Index=0, endofstring, i;
//This creates dummy variables to index letters
char Input[255];
//This is required to store the input data temporarily
void loop()
{
while(!Serial.available());
//This command makes it wait until the Serial data is sent
while(Serial.available())
{
Input[Index]=Serial.read();
//Stores the byte of data from the serial buffer
Serial.print(Input[Index]);
//Prints out the same data
@DenverDias
DenverDias / AddRepositoryToPacmanForYaourt
Created September 18, 2013 15:09
This snippet adds the repository to pacman that contains yaourt...
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

Keybase proof

I hereby claim:

  • I am DenverDias on github.
  • I am denver (https://keybase.io/denver) on keybase.
  • I have a public key whose fingerprint is 4649 9061 59BA 835B A581 4920 3707 71A9 9046 6FE9

To claim this, I am signing this object: