danger.system
Class BeaconManager

java.lang.Object
  extended by danger.system.BeaconManager


public class BeaconManager
extends Object

Class that transparently manages LED pulse patterns.


Method Summary
static void installProfile(BeaconProfile profile)
          Install a pulse pattern.
static void start()
          Start a previously-installed pulse pattern.
static void stop()
          Stop a running pulse pattern.
static void update()
          Make a newly-installed pulse pattern take effect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

installProfile

public static void installProfile(BeaconProfile profile)
Install a pulse pattern.


start

public static void start()
Start a previously-installed pulse pattern.


stop

public static void stop()
Stop a running pulse pattern.


update

public static void update()
Make a newly-installed pulse pattern take effect.