var toolbox_rfid = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_RFID}",
            "toolboxitemid": "RFID",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "rfid_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                {
                    "kind": "block",
                    "type": "rfid_spi_init"
                },
                {
                    "kind": "block",
                    "type": "rfid_read_card_value"
                },
                {
                    "kind": "block",
                    "type": "bmp180_init"
                },
                // {
                //     "kind": "block",
                //     "type": "bmp180_read"
                // },
                {
                    "kind": "block",
                    "type": "bmp180_show_data"
                },
                {
                    "kind": "block",
                    "type": "qmc5883l_init"
                },
                {
                    "kind": "block",
                    "type": "qmc5883l_read"
                },
                {
                    "kind": "block",
                    "type": "qmc5883l_read_field"
                },
                // {
                //     "kind": "block",
                //     "type": "ak8975c_read_angle"
                // },
                {
                    "kind": "block",
                    "type": "pir_motion_sensor"
                },
                
            ]
        }
    ]
}
