Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

getVcc, low power mode, SMS text mode #31

Closed ortegafernando closed 5 years ago

ortegafernando commented 6 years ago

get Vcc (milivolts) directly from SIM900 or SIM800L sleep and wake functions for very low power consumption checkPowerUp rewritten to work also with SIM800L or other boards SMS text mode in init function to solve same issues NOTE: I have deleted the hardware serial support as it is only for ATMEGA and only for special pins (special hardware serial port). We need to rewrite to work with other ATMEL IC's and ports.

lanselambor commented 5 years ago

@ortegafernando Thanks for pull so many fixed code, they will be merged into the master branch.