Skip to content

zukardex/DigiPIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiPIN Arduino Library

This Arduino library encodes GPS coordinates into India Post's DigiPIN format (10-character code).

Example

#include <DigiPIN.h>

void setup() {
  Serial.begin(9600);
  Serial.println(DigiPIN::getDigiPin(8.5434657, 76.9031381));
}

Installation

Clone this repository or download the ZIP.

Copy the DigiPIN folder into your Arduino/libraries/ folder.

Open Arduino IDE and run the example under File > Examples > DigiPIN > ConvertGPS.

DigiPIN System

For technical details about the DIGIPIN system, see:

Acknowledgements

This project is a C++ Adaptation of the original JavaScript code released by IndiaPost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages