Skip to content
Dinusha Nuwan edited this page Mar 21, 2019 · 2 revisions

Requirements

  •  Turn On and turn off LEDs in the discovery board using serial commands.
  •  Blink LEDs three times whenever a button is pressed
  •  For a given circle, it is required to find if a given point exists within the circle or outside of the circle. Ex. Circle is a 4cm radius and x,y coordinates of the center point is 5,1. If we define point in the plain as 4,1, algorithm is required to indicate if the point is inside the circle area or outside from the circle area.

It should be able to provide an interface (UART command) when the circle parameters and point parameters provided, response should indicate if the point is inside the circle or outside.

Clone this wiki locally