Make Faire Taipei 2015
一個屬於Maker的嘉年華會,所有有興趣自造各式各樣創意的人,
不管是業餘也好專業也好都能在此看到別人的創意,
甚至有心者,也能自行參加展覽.
2015. 5 . 30 (六)- 31(日)
華山1914 創意文化園區東2- 3館、中4B、藝術大街
今天是第一天,
有興趣者可前往參觀,免費入場
static ssize_t hello_show(struct device *dev,struct device_attribute *attr, char *buf)
{
for (i = 0; i < ARRAY_SIZE(hello_adv_group); i++) { ret = device_create_file(&pdev->dev,hello_adv_group[i]);
if (ret) {
dev_err(&pdev->dev, "failed: sysfs file %s\n",hello_adv_group[i]->attr.name);
}
}