Skip to content

Checklist

yagram edited this page Mar 6, 2023 · 3 revisions

General

  • Check that you have read the statement correctly.

main.c

  • Check that you have started the component.
  • Make sure your instructions are in the right place
    • Initialization part : variable definitions, starting of component, ect..
    • Infinite for loop : all instructions that should run continuously.
  • Check that your variable is of the right type (int, float, u_int, ect..)
  • Check that you are using the right function from the API.

Assembly

  • Check that your cabling is correct with respect to the configured pins.

TopDesign

  • Check that your component is correctly configured.
  • Check that your component is correctly connected to the pin (if needed).

Pins

  • Check that you have made the correct pin connection according to the provided extension board schematics.
Clone this wiki locally