REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
build.py
Go to the documentation of this file.
1# This is a Python SCons script loading other scripts
2
3Import("env")
4env.SConscript([
5 "build_distributor.py",
6 "build_plugin_system.py"
7], exports="env")