Skip to content
Snippets Groups Projects

Resolve "Allow creating an I2C address"

Merged Julian requested to merge 3-allow-creating-an-i2c-address into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -143,6 +143,10 @@ def export(out_path: str) -> None:
out_generator = f"{Constants.APP_NAME} {Constants.APP_VERSION}"
out_timestamp = datetime.strftime(datetime.now(), "%Y/%m/%d %H:%M:%S")
exports = {
"efb.v": tpl_loader.render("efb.v.tpl",
generator=out_generator,
timestamp=out_timestamp,
address=bin(50)),
"devices_out.v": tpl_loader.render("devices_out.v.tpl",
generator=out_generator,
timestamp=out_timestamp,
Loading