build project in CI
This commit is contained in:
parent
cbd0186fdc
commit
c37bfd8332
3 changed files with 20 additions and 22 deletions
2
ServicePoint.Example/.gitignore
vendored
2
ServicePoint.Example/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
bin
|
||||
obj
|
|
@ -1,7 +1,8 @@
|
|||
using System.Threading;
|
||||
using ServicePoint;
|
||||
|
||||
var connection = new Connection("127.0.0.1:2342");
|
||||
// TODO: replace with new Connection("127.0.0.1:2342") to send to a real display
|
||||
var connection = Connection.NewFake();
|
||||
connection.Send(Command.Clear());
|
||||
|
||||
connection.Send(Command.Brightness(5));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue