Hirdetés

Új hozzászólás Aktív témák

  • weiss

    addikt

    LOGOUT blog

    válasz lanszelot #20378 üzenetére

    Nézd erősebben:

    struct decode_results {
    decode_type_t decode_type; // deprecated, moved to decodedIRData.protocol ///< UNKNOWN, NEC, SONY, RC5, ...
    uint16_t address; // Used by Panasonic & Sharp [16-bits]
    uint32_t value; // deprecated, moved to decodedIRData.decodedRawData ///< Decoded value / command [max 32-bits]
    uint8_t bits; // deprecated, moved to decodedIRData.numberOfBits ///< Number of bits in decoded value
    uint16_t magnitude; // deprecated, moved to decodedIRData.extra ///< Used by MagiQuest [16-bits]
    bool isRepeat; // deprecated, moved to decodedIRData.flags ///< True if repeat of value is detected

    // next 3 values are copies of irparams values - see IRremoteint.h
    uint16_t *rawbuf; // deprecated, moved to decodedIRData.rawDataPtr->rawbuf ///< Raw intervals in 50uS ticks
    uint_fast8_t rawlen; // deprecated, moved to decodedIRData.rawDataPtr->rawlen ///< Number of records in rawbuf
    bool overflow; // deprecated, moved to decodedIRData.flags ///< true if IR raw code too long
    };

Új hozzászólás Aktív témák