1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/app/preproc/test/data/foo5.cpp

17 lines
165 B
C++

void setup()
{
}
void loop()
{
char cmd[16];
int pin;
pin = atoi(&cmd[1]);
}
/*
// convert string to numeric value
int atoi(char *array) {
}
*/