pythings / Drivers

Some drivers for MicroPython
Apache License 2.0
63 stars 22 forks source link

How to use This Driver #18

Open minhnghitang opened 2 years ago

minhnghitang commented 2 years ago

Hi! Many thanks for creating this great driver Please, help me showing how to use this. I am going to try saving your SIM800L.py in the same Main.py folder. Subsequently, in the begin of porgram, I put these commands like " Import SIM800L" or "from SIM800L import Modem". Are there any ways? Please show to do that Best regards GH1 GH2

sarusso commented 2 years ago

Hi @minhnghitang,

you can have a look at the example_SIM800L.py which should answer your question 😉