24 lines
216 B
C++
24 lines
216 B
C++
/*
|
|
* meterBusClientFrames.cpp
|
|
*
|
|
* Created on: 09.03.2014
|
|
* Author: wn
|
|
*/
|
|
|
|
#include "meterBusClient.h"
|
|
|
|
|
|
void MeterBusClient::SND_NKE() {
|
|
Serial3.write(0xE5);
|
|
}
|
|
|
|
void MeterBusClient::REQ_UD2() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|