Skip to content

Commit

Permalink
Updated microwire name to avoid ambiguous naming
Browse files Browse the repository at this point in the history
The variadic function was ambiguous with the default
4-wire version, so I've renamed it.
  • Loading branch information
callendorph committed Oct 17, 2024
1 parent ce43092 commit 4968c04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bundles/comms.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ Microwire is a subset of SPI with slightly
different latching requirements. It often comes
in a 3-wire variant.



@member clk Synchronous clock - Required Port
@member cs Chip Select - Optional Port
@member do Data Output - Optional Port
Expand Down Expand Up @@ -423,7 +421,7 @@ interface.
@member di Data Input

<DOC>
public defn microwire ():
public defn microwire-4 ():
microwire(Microwire-CS, Microwire-DO, Microwire-DI)


Expand Down

0 comments on commit 4968c04

Please sign in to comment.