Search found 1 match
- Thu Apr 09, 2020 7:59 pm
- Forum: General Discussion and Questions
- Topic: Micropython dictionary to C struct
- Replies: 2
- Views: 3089
Micropython dictionary to C struct
I'm working on a project that requires developing rudimentary Protobuf support for Micropython. I've made an extmod module with a function that accepts a dictionary containing Protobuf message data. Since I'm using an embedded C Protobuf library (nanopb for anyone interested) to bring pb support to ...