#ifndef _WPI_MCP3004_H_
#define _WPI_MCP3004_H_

  #include "../addon.h"
  
  NAN_METHOD_EXPORT_INIT(mcp3004);

#endif