Project:HM55B: Difference between revisions

From London Hackspace Wiki

mNo edit summary
Line 70: Line 70:
  READ BIT: 0
  READ BIT: 0


Note that you need to delay with &&, because &:50000 doesn't seem to work, but the BusPirate parser obviously creates enough of a delay.  This means that we don't know how fast it can be clocked, because each ! will be > 50ms apart.
Note that &:50000 isn't enough of a delay, but && works, presumably because BusPirate parser adds a huge delay.  This means that we don't know how fast this module can be clocked, because each ! will be > 50ms apart.


Sample values:
Sample values:
3,313

edits