请问arduino库中都包含哪些函数?

请问arduino库中都包含哪些函数?
比如说stepper库
非常感谢您的回答!

函数库包含哪些函数,第一查手册,第二看源代码,第三问google。非常感谢你的提问!

  Stepper(int number_of_steps, int motor_pin_1, int motor_pin_2);
Stepper(int number_of_steps, int motor_pin_1, int motor_pin_2,
                             int motor_pin_3, int motor_pin_4);
Stepper(int number_of_steps, int motor_pin_1, int motor_pin_2,
                             int motor_pin_3, int motor_pin_4,
                             int motor_pin_5);

void setSpeed(long whatSpeed);
void step(int number_of_steps);

int version(void);
    你可以调用的函数 stepper里面的

http://www.enmaking.com/search?q=Arduino http://www.enmaking.com/search?q=Arduino