SPIKE-RT C API Reference [Japanese]
An RTOS-based software platform for LEGO® Education SPIKE™.
include
spike
hub
system.h
1
// SPDX-License-Identifier: MIT
2
/*
3
* API for the hub built-in status light.
4
*
5
* Copyright (c) 2022 Embedded and Real-Time Systems Laboratory,
6
* Graduate School of Information Science, Nagoya Univ., JAPAN
7
*/
8
34
#ifndef _HUB_SYSTEM_H_
35
#define _HUB_SYSTEM_H_
36
37
#include <stdint.h>
38
48
void
hub_system_shutdown
(
void
);
49
50
#endif
// _HUB_SYSTEM_H_
51
hub_system_shutdown
void hub_system_shutdown(void)
システムをシャットダウンさせる.
Definition:
system.c:18
構築:
1.9.4