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_final MX106_not_working comunication_1 mbed-dev
Fork of MX106-finaltest by
main.cpp
- Committer:
- ilaria
- Date:
- 2016-04-26
- Revision:
- 1:946c65496383
- Parent:
- 0:23acabab7c11
- Child:
- 3:d2c3ac534549
File content as of revision 1:946c65496383:
#include "mbed.h"
#include "AX12.h"
int main() {
Serial pc(USBTX, USBRX);
AX12 MX106(PA_0, PA_1, 1);
pc.printf("Start run!");
while (1) {
pc.printf("%f",MX106.GetTemp());
}
}
