meterbusclient is working, SND_NKE will be answered
This commit is contained in:
23
meterBusClientFrames.cpp
Normal file
23
meterBusClientFrames.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* meterBusClientFrames.cpp
|
||||
*
|
||||
* Created on: 09.03.2014
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#include "meterBusClient.h"
|
||||
|
||||
|
||||
void MeterBusClient::SND_NKE() {
|
||||
Serial3.write(0xE5);
|
||||
}
|
||||
|
||||
void MeterBusClient::REQ_UD2() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user