Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Koala.h
00001 #ifndef KOALA_H 00002 #define KOALA_H 00003 00004 #include "mbed.h" 00005 00006 class Koala : public Serial { 00007 00008 public: 00009 Koala(PinName tx, PinName rx, int baudrate); 00010 char set_speed(int speedL,int speedR); 00011 char set_pos_cnt(int posL,int posR); 00012 void read_position(int* nCountL, int* nCountR); 00013 int read_channel(int channel); 00014 protected: 00015 void dummyread(); 00016 }; 00017 00018 00019 #endif // KOALA_H
Generated on Wed Jul 27 2022 18:02:33 by
1.7.2