EthercatMaster.libraryVersion( )

[EthercatMaster]

説明

The version of EtherCAT Master library.

Format

char *libraryVersion( );

Syntax

EthercatMaster master;
master.libraryVersion( );

Returns

String. The version of EtherCAT Master library.

Example

#include "Ethercat.h"

EthercatMaster master;

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

Libraries Reference Home

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

コメントする

上部へスクロール