EthercatMaster.firmwareVersion( )

[EthercatMaster]

説明

The version of EtherCAT firmware.
Call this after EthercatMaster.begin().

Format

char *firmwareVersion( );

Syntax

EthercatMaster master;
master.firmwareVersion( );

Returns

String. The version of EtherCAT firmware.

Example

#include "Ethercat.h"

EthercatMaster master;

void setup(void) {
    master.begin();
    master. firmwareVersion( );
}
void loop() {}

Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール