The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Changes the PIN number of a SIM, after verifying the existing one.
pin.changePIN(oldPIN, newPIN)
oldPIN : String with the existing PIN number newPIN : String with the desired PIN number
none