bcm-v4

[Specification

Set RSSI 2055 VCM (u8 type, u8 *buf)

  1. Loop 2 times with index core
    1. If type is 2
      1. If this is the first time thru the loop
        1. MaskSet Radio Register 0xD2 with mask 0xFC and set with buf[0]

        2. MaskSet Radio Register 0x76 with mask 0xFC and set with buf[1]

      2. Otherwise
        1. MaskSet Radio Register 0xDE with mask 0xFC and set with buf[2 * core]

        2. MaskSet Radio Register 0xA5 with mask 0xFC and set with buf[2 * core + 1]

    2. Otherwise
      1. If this is the first time thru the loop
        1. MaskSet Radio Register 0x76 with mask 0xF3 and set with buf[0] << 2

      2. Otherwise
        1. MaskSet Radio Register 0xA5 with mask 0xF3 and set with buf[2 * core + 1] << 2


Exported/Archived from the wiki to HTML on 2016-10-27