linux下SPI接口和stm32通讯

struct mcu_data{
    struct spi_device* spi;
    struct input_dev *input;
    struct keymcu_platform_data* keymcu_data;
    struct delayed_work    work;
    int irq;
};

 

posted @ 2016-07-05 15:51  emlslxl  阅读(1088)  评论(0编辑  收藏  举报