#ifndef _WPI_MCP23016_H_
#define _WPI_MCP23016_H_

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

#endif