#ifndef _WPI_MAX31855_H_
#define _WPI_MAX31855_H_

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

#endif