#ifndef _WPI_MCP3422_H_
#define _WPI_MCP3422_H_

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

#endif