Giter Site home page Giter Site logo

ycwang121 / simon-game-project---pic18f4520---milford-4x20-bkp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from italohugomds/simon-game-project---pic18f4520---milford-4x20-bkp

0.0 0.0 0.0 6.76 MB

This is the C code to the Simon Game project. The software was compiled using the XC8 compiler in the MPLAB X (v.5.50) platform. The hardware of this project was created and tested on the Proteus (v.8.13) platform. It was used a PIC microcontroller (PIC18F4520) and a Milford-4x20-BKP.

C 100.00%

simon-game-project---pic18f4520---milford-4x20-bkp's Introduction

Simon-Game-Project---PIC18F4520---Milford-4x20-BKP

This is the C code to the Simon Game project. The software was compiled using the XC8 compiler in the MPLAB X (v.5.50) platform. The hardware of this project was created and tested on the Proteus (v.8.13) platform. It was used a PIC microcontroller (PIC18F4520) and a Milford-4x20-BKP.

The connection between PIC and LCD needs a library to be compiled. You can find this library in microchip's website or in the link below:

https://www.microchip.com/en-us/tools-resources/archives/mplab-ecosystem#MCC2

Scroll down to Peripheral Libraries, in the PIC18F section, find your OS platform, and download the library.

After you've download and installed the library, copy the folders "include" and "source" and paste it in a folder you putted the C code.

In the MPLAB X platform, go to the "project properties" in the the section "XC8 compiler" -> "Include directories" -> '...' (add both paths of the files you copied from the libraries and save those configurations)

When you compile the code, it will generate an error in one of the files inside the library due to a "long" convertion, you can just delete this long conversion and compile the code again.

simon-game-project---pic18f4520---milford-4x20-bkp's People

Contributors

italohugomds avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.