extern void ainit(); extern void update(); void setup() { Serial.begin(9600); ainit(); } void loop() { update(); }