#ifndef _WPI_DS1302_H_
#define _WPI_DS1302_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(ds1302);

#endif