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

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

#ifndef HSS_SHIELD_BTS700X_INO_HPP_
#define HSS_SHIELD_BTS700X_INO_HPP_

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

namespace hss
{

class Bts700xShieldIno : public Bts700xShield
{
    public:
                        Bts700xShieldIno(BtxVariants_t *variantSel);
                        Bts700xShieldIno(BtxVariants_t *variantSel, Bts700xHwConfig_t config);
                        ~Bts700xShieldIno();
};

}

#endif