Revert "Video6 uploaded"

This commit is contained in:
Håkan Båstedt
2024-01-06 22:22:12 +01:00
committed by GitHub
parent 4c4aa7aab1
commit 1d8adf2147
218 changed files with 1535 additions and 15159 deletions

View File

@@ -0,0 +1,14 @@
component metalmusings_encoder;
pin io bit index-c-enable;
pin in u32 index-status;
pin out u32 index-latch-enable;
function _;
license "GPL";
;;
//main function
FUNCTION(_) {
index_latch_enable = index_c_enable;
index_c_enable = index_status;
}