Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Spec Keyword RGB
CSS Level 1 black #000000
CSS Level 1 silver #c0c0c0
CSS Level 1 gray #808080
CSS Level 1 white #ffffff
CSS Level 1 maroon #800000
CSS Level 1 red #ff0000
CSS Level 1 purple #800080
CSS Level 1 fuchsia #ff00ff
CSS Level 1 green #008000
Spec Keyword RGB
CSS Level 1 black #000000
CSS Level 1 silver #c0c0c0
CSS Level 1 gray #808080
CSS Level 1 white #ffffff
CSS Level 1 maroon #800000
CSS Level 1 red #ff0000
CSS Level 1 purple #800080
CSS Level 1 fuchsia #ff00ff
CSS Level 1 green #008000
/*
* Oven1.c
*
* Created on: Nov 5, 2019
* Author: sung
*/
#include "Oven1.h"
static ovenInterface this;
#include <stdint.h>
#include "stm32f4xx_hal.h"
typedef enum _ovenRunState_t
{
STOP_OVEN,
RUN_OVEN
}ovenRunState_t;