Giter Club home page Giter Club logo

esembedded_hw01's Introduction

HW01

This is the hw01 sample. Please follow the steps below.

Build the Sample Program

  1. Fork this repo to your own github account.
  2. clone the repo that you just forked.
  3. Under the hw01 dir, use:
    • make to build.
    • make clean to clean the ouput files.
  4. After make, you can run the program by ./main.elf under the hw01 dir.

Build Your Own Program

  1. Edit main.c file. (Practice to use vim)
  2. Make and run like the steps above.

Notice that if you are going to add another source file or header files, you will have to modify the content of makefile.

HW01 Requirements

  1. We are going to practice some C skills about function pointers and arrays of function pointers, please modify main.c with arrays of function pointers to simplify the code.
  2. You have to push your code to your github. (Using .gitignore to exclude the outpufiles like object files or executable files)

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.