How to Get Settings from Board Config Script
DavidZemon
Posts: 2,973
How can I access the settings from a board configure script inside an application? I'd like to use the script to configure PropWare::UART's default serial settings such as TX/RX pins and baud rate.
Thanks,
David
Thanks,
David
Comments
When you load this program with propeller-load, it will patch in the values from the .cfg file before downloading the program.
Cool! Thanks That's working great!