Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Peli de Halleux c3b0113c91
use jdpack as much as possible (#35)
* use jdpack as much as possible

* updated brightness

* a few more cleanups
2021-02-11 07:56:46 +01:00
Michal Moskal b3c0b3f610 Renames: snake_case to camelCase
Also:
regIdentifier -> regCode
serviceNumber -> serviceIndex
2021-01-14 18:32:03 +01:00
Michał Moskal 25df95323b
implement triplicate events (#28)
* Basic support for sending new format events

* Add event triplicate queue

* Chasing SystemCmd.Event

* Re-generate constants files

* Add Client.systemActive

* Filter incoming events by eventCounter
2021-01-14 18:18:16 +01:00
Peli de Halleux a8e94b8443
migrating to new pack system (#25)
* migrating to new pack system

* review

* more fixes

* support for offset in unpack

* use offset

* fix typo

* adding test project

* fix reference

* removed test

* revert offste fix

* fix mkc.json

* Update routing.ts

Co-authored-by: Michał Moskal <michal@moskal.me>

* use number[]

Co-authored-by: Michał Moskal <michal@moskal.me>
2020-12-16 12:13:31 +01:00
Peli de Halleux ad2565d85c
Split JACDAC services into mono repo (#12)
* moving accelerometer, button to sub repoes

* moving buzzer

* moving more files into sub repoes

* move rotary-encoder

* moving motor

* moving serve/pwm

* move client

* moving multi-touch

* moving ontroller services

* move model runner out

* move settings project

* moving constants in nested files

* updating tests

* move thermometer

* moving to seperate projects

* updated description

* happier tsconfig

* Add links to local repos

* more build fixes

* Use the new --mono-repo option to mkc
Also, don't -u arcade several times

* moving aggregator

* fix build

Co-authored-by: Peli de Halleux <peli@Pelis-MacBook-Pro.local>
Co-authored-by: Michal Moskal <michal@moskal.me>
2020-12-08 13:09:10 +01:00