# LAB

## Lab List

## Hardware

### Platform:

1. stm32f4
2. Demo Kit: STM Nucleo F411RE
3. Arduino Uno R3 (option)

## Sensor

IR Reflective Sensor(TCRT 5000): [Spec Sheet](https://www.devicemart.co.kr/goods/download?id=1327416\&rank=1)

## Practice Steps

Step 1: Practice mbed on Demo Kit for STM32F4xx

Step 2: Create my own HAL driver

Step 3: Create User application API in mbed style

Step 4: Program on STM 32f4x

## **Extra**

Compare with Arduino

## Naming rules

Class: Upper Letter

Structure: Upper Letter

Methods: lower letter

Register name: All Upper letter

Prefix: EC\_
