The Location Puck gives your smartphone context about its location. Built on the Puck IOT platform.

Dependencies:   Puck mbed

The location puck will give your smartphone context about the phone’s location. You can later set up rules for what should happen at different locations in the smartphone companion application (Puck Central).

A tutorial for the Location Puck is available on GitHub.

Tutorials and in-depth documentation for the Puck platform is available at the project's GitHub page

main.cpp

Committer:
sigveseb
Date:
2014-07-23
Revision:
9:28eb877be5f8
Parent:
8:54535e2f4098
Child:
10:970a9922952b

File content as of revision 9:28eb877be5f8:

#define LOG_LEVEL_INFO
#include "Puck.h"

Puck* puck = &Puck::getPuck();


int main(void) {
    puck->init(0xBA55);
    while(puck->drive());
}