Page 259 - เอกสารประกอบการสอนวิชาไมโครคอนโทรลเลอร์เบื้องต้น
P. 259

เอกสารประกอบการสอนวิชาไมโครคอนโทรลเลอร์เบื้องต้น    19



               การทดลองที่ 5.2  การอ่านข้อมูลใน EEPROM



               Hardware  Required


                     Arduino or Genuino Board





















               Circuit / Schematics






















               Code



               /*

                * EEPROM Read
                * Reads the value of each byte of the EEPROM and prints it

                * to the computer.
                * This example code is in the public domain.

                */


               #include <EEPROM.h>




               หน่วยที่ 5  ไลบรารี่โปรแกรมส าหรับ Arduino และการอ่านค่าแอนะล็อก                            เรียบเรียงโดยครูทันพงษ์  ภู่รักษ์
   254   255   256   257   258   259   260   261   262   263   264