Program Listing for File hss-shield-bts500xx-ino.hpp

Return to documentation for file (src/framework/arduino/wrapper/hss-shield-bts500xx-ino.hpp)

#ifndef HSS_SHIELD_BTS500XX_INO_HPP
#define HSS_SHIELD_BTS500XX_INO_HPP

#include "hss-arduino.hpp"
#include "hss-shield-bts500xx.hpp"
#include "hss-variants.hpp"
#include "hss-shield-platf.hpp"

namespace hss
{

class Bts500xxShieldIno : public Bts500xxShield
{
    public:
        Bts500xxShieldIno();
        Bts500xxShieldIno(Bts500xxHwConfig_t config);
        ~Bts500xxShieldIno();
};

}

#endif