LCD Screens in python

Merge with python branch
This commit is contained in:
Firleju
2015-04-29 13:17:44 +02:00
committed by Firleju
parent bbb0501523
commit 731102c10f
106 changed files with 13965 additions and 25 deletions

View File

@@ -49,6 +49,6 @@ bool TLPT::Connect(int port)
};
void TLPT::Out(int x)
{
{ // wys³anie bajtu do portu
OutPort(address, x);
}; // wys³anie bajtu do portu
};