Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

123456789101112131415161718192021222324
  1. Blink LED
  2. =========
  3. This project is to blink a LED, and have a standard cell phone camera
  4. decode the data.
  5. 8b10b code
  6. ----------
  7. Adding:
  8. ```
  9. (cd ..; git subtree add -P blinkled/encdec8b10b --squash https://github.com/olagrottvik/encdec8b10b.git master)
  10. ```
  11. Updating:
  12. ```
  13. (cd ..; git subtree pull -P blinkled/encdec8b10b --squash https://github.com/olagrottvik/encdec8b10b.git master)
  14. ```
  15. Info
  16. ----
  17. [8b/10b encoding](https://en.wikipedia.org/wiki/8b/10b_encoding)