Category: Software Examples

  • Interfacing an I2C LCD Display to PIC Example Code

    ; ; For more details, refer to post: ; ;    Interfacing an I2C LCD Display to PIC ; ;————————————————————————————————– ; Project:  I2C_LCD_Demo — Main PIC software ; Date:     5/9/17 ; Author:   Mike Schoonover ; Revision: See Revision History notes below. ; ; Overview: ; ; This program displays data on an LCD display and demonstrates various…

  • mBot Example Program ~ Basic Concepts

    /****************************************************************************************** * File Name          : MKSExampleCode.ino * Author             : Mike Schoonover * Version            : 1.0 * Date               : 12/27/2016 * Description        : Example code to demonstrate various functions of the MakeBlock mBot. * License            : CC-BY-SA 3.0 * License Info       : https://creativecommons.org/licenses/by-sa/3.0/deed.en * Author Website     : http://www.somedisassemblyrequired.com * * Partially Derived from: * *   File…