SPWF04 - Micropython WIND module
Section 5.2 of the AN4964 gives an example of using micropython to handle the +WIND messages.
Please could you provide a link to the source code for the WIND module - as I am need to access more than just the +WIND code ( i.e. w.code() ). What other attributes are available on the 'w' object as I need to access the data that is sent within the
+56 'Input to remote' %s Input ID
+57 'Output from remote' %u:%s Received message
Note: micropython does not support 'vars' command so i cannot lookup the object attributes in the code, so need assistance on how to get the data from within the micropython script