| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This server allows the user to control the parameters of the state for
displaying the lights.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a mini shell to the tcp server that allows the user
to modify the current state.
Commands are in the form:
set [int_attribute] (=|+=|-=) [number]
set [bool_attribute] (on|off|toggle)
print
end
for example:
set brightness += 5
set power on
print
end
|
| |
|
|
|
|
| |
This adds a small subsystem to connect to a basic WPA accesspoint.
|
|
|
|
|
|
|
|
|
|
| |
This driver can run lights! However it is very crude and does not
provide a great API. It does work though! Currently lights up 5 leds of
different colors.
Right now this does synchronous writes, which is not the best. It would
be better to be async, but I think that sholud not be a problem and will
shortly be done.
|
|
Very basic, "Hello, World" infrastructure. For the most part, I did not
copy this from an existing example, rather, took inspiration from an
existing example. I want to avoid cargo-culting as much as possible.
|