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.
Fork of command_AX12_gros_robot by
mbed/platform.h@5:740eb0f606c1, 2017-05-11 (annotated)
- Committer:
- SquirrelGod
- Date:
- Thu May 11 12:59:23 2017 +0000
- Revision:
- 5:740eb0f606c1
- Parent:
- 2:99b1cb0d9f5e
code AX12 gros robots
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| SquirrelGod | 2:99b1cb0d9f5e | 1 | /* mbed Microcontroller Library - platform |
| SquirrelGod | 2:99b1cb0d9f5e | 2 | * Copyright (c) 2009 ARM Limited. All rights reserved. |
| SquirrelGod | 2:99b1cb0d9f5e | 3 | */ |
| SquirrelGod | 2:99b1cb0d9f5e | 4 | |
| SquirrelGod | 2:99b1cb0d9f5e | 5 | #ifndef MBED_PLATFORM_H |
| SquirrelGod | 2:99b1cb0d9f5e | 6 | #define MBED_PLATFORM_H |
| SquirrelGod | 2:99b1cb0d9f5e | 7 | |
| SquirrelGod | 2:99b1cb0d9f5e | 8 | #define MBED_RPC |
| SquirrelGod | 2:99b1cb0d9f5e | 9 | |
| SquirrelGod | 2:99b1cb0d9f5e | 10 | #define MBED_OPERATORS |
| SquirrelGod | 2:99b1cb0d9f5e | 11 | |
| SquirrelGod | 2:99b1cb0d9f5e | 12 | #endif |
