いらない

This commit is contained in:
Nebel 2013-09-16 17:32:17 +09:00
parent eaa62b2861
commit 4fd7458d7a

View file

@ -1,12 +0,0 @@
// (C)2012 kou029w - MIT License
int analogRead(uint8_t pin, uint8_t max){
return ((long)analogRead(pin)*max)>>10;
}
void setup(){
}
void loop(){
}