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

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

#ifndef HSS_SHIELD_BTH500XX_INO_HPP
#define HSS_SHIELD_BTH500XX_INO_HPP

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

namespace hss
{

class Bth500xxShieldIno : public Bth500xxShield
{
    public:
        Bth500xxShieldIno();
        Bth500xxShieldIno(Bth500xxHwConfig_t config);
        ~Bth500xxShieldIno();
};

}

#endif