I2C toy code
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

16 行
253 B

  1. #!/bin/bash
  2. # output version
  3. bash printinfo.sh
  4. make clean > /dev/null
  5. echo "checking..."
  6. ./helper.pl --check-source --check-makefiles --check-defines|| exit 1
  7. exit 0
  8. # ref: $Format:%D$
  9. # git commit: $Format:%H$
  10. # commit time: $Format:%ai$