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.
Dependencies: AX12
main.cpp
- Committer:
- dconsoli
- Date:
- 2016-04-22
- Revision:
- 0:9f596b4d0cc6
- Child:
- 1:98b4e06bec81
File content as of revision 0:9f596b4d0cc6:
#include "mbed.h"
#include "AX12.h"
int main() {
AX12 MX106(PA_10, PB_6, PB_5, 1, 57600);
MX106.SetMode(1);
MX106.SetCRSpeed(0.25);
}