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: DataControl
Diff: ikarashiCAN.h
- Revision:
- 7:b94c7d2eaed5
- Parent:
- 6:503b975c3c8e
- Child:
- 8:e813155546a6
diff -r 503b975c3c8e -r b94c7d2eaed5 ikarashiCAN.h
--- a/ikarashiCAN.h Wed Oct 05 09:48:37 2022 +0000
+++ b/ikarashiCAN.h Wed Oct 05 10:37:58 2022 +0000
@@ -101,6 +101,8 @@
* @return int 受信したデータ
*/
int simpleGetData(int _id);
+
+ int simpleGetData();
///セットしたデータを送信します。
void send();