mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'tmj-dev'
This commit is contained in:
@@ -60,6 +60,5 @@ bool TLPT::Connect(int port)
|
||||
|
||||
void TLPT::Out(int x)
|
||||
{ // wysłanie bajtu do portu
|
||||
WriteLog("lpt: sending data: " + std::to_string(x), logtype::lptdebug);
|
||||
OutPort(address, x);
|
||||
};
|
||||
|
||||
@@ -10,7 +10,8 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "stdafx.h"
|
||||
#include "PoKeys55.h"
|
||||
#include <setupapi.h>
|
||||
#include "mczapkie/mctools.h"
|
||||
#include "utilities.h"
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// HIDscaner: http://forum.simflight.com/topic/68257-latest-lua-package-for-fsuipc-and-wideclient/
|
||||
//#define MY_DEVICE_ID "Vid_04d8&Pid_003F"
|
||||
|
||||
Reference in New Issue
Block a user