Thank you very much for all of the input. Was just testing some stuff out and stumbled upon this, I like the struct method as an alternative way to convert from byte to int.
Thanks again!
Search found 2 matches
- Wed Feb 11, 2015 12:36 am
- Forum: General Discussion and Questions
- Topic: STM32F4 Issue
- Replies: 8
- Views: 7780
- Tue Feb 10, 2015 3:21 am
- Forum: General Discussion and Questions
- Topic: STM32F4 Issue
- Replies: 8
- Views: 7780
STM32F4 Issue
To give some background, I have ported the STM32F4 micropython to windows as an Em::blocks project. So I understand if there might be a build difference but I've done my best to keep everything 1:1. All seems to be working pretty well, but I run into an odd issue when using the ord() command. The fo...