Search found 1 match

by oneroan
Tue Aug 30, 2022 4:45 am
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 73570

Re: How to include driver into micropython compilation

For the `AssertionError: Expected 0x08.`, it seems is that the problem is in writing register on the chip. Are you sure your connected pin configuration is right. I had the same error when I had choose too high frequency for SPI. `htonl` and `htons` are function defined in `wiznet5k_socket`, so, if...