Commit graph

10 commits

Author SHA1 Message Date
Filip Ayazi
51b5b670e6 Handle bool defaults on emulated eeprom platform platforms (fixes #5) 2023-03-08 23:53:03 +00:00
Filip Ayazi
5c0d38f3b2 Illumination module fixes, report as module 2023-03-08 01:22:22 +00:00
Filip Ayazi
225e208eae illumination: use comPort for test output 2023-03-01 04:56:41 +00:00
Filip Ayazi
ffb0b04c03 Merge branch 'sangaboard-v5' into 'new_env_for_hw_serial'
# Conflicts:
#   src/modules/illumination/illumination.cpp
2023-03-01 04:43:15 +00:00
Filip Ayazi
9df96aae9f constant current illumination control 2023-03-01 04:39:08 +00:00
Richard Bowman
3997d66cde Merge in com port switching from sangaboard v4
I've refactored the use of the serial port, to store the
current serial port in a global variable in a module.
This is set to the most recent port to receive data,
and so we should always be replying to the port
that was used to initiate a command.

If SECONDARY_SERIAL_PORT is not defined, this
should result in no change - if it is, we should be
able to communicate on either port.
2023-02-22 12:05:48 +00:00
Filip Ayazi
84b06972fc Constant current driver fixes 2022-10-25 01:25:38 +01:00
Filip Ayazi
0f4e4b5289 Support HW serial in v5, clean up config 2022-10-11 01:00:31 +01:00
Filip Ayazi
351e5a6b7a Illumination support, change core, breaks hw serial
HW serial temporarily broken due to the change in pico core. This core
has a lot more features e.g. easily changing PWM frequency and supports
both pico cores (currently unused)
2022-10-06 23:04:59 +01:00
Filip Ayazi
fde7a90480 Hardware UART comms + partial v5 modules support 2022-09-03 22:04:28 +01:00