Re: structures// testing new library
- Posted by jmduro Nov 02, 2016
- 1285 views
I had many bugs:
- first was to use different structures for allocating, then reading and writing. That is corrected by using a variable to store the structure definition.
- second was more difficult: 25.2 has code #9A99C941 in memory: poke_float stored it as #9A000000. I had to understand I must use poke(p, atom_to_float32(a)) instead of poke4(p, atom_to_float32(a)).
I upload the corrected software with a brand new library as soon as possible.
Jean-Marc