Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Committer:
thomasmorris
Date:
Mon May 06 22:13:28 2019 +0000
Revision:
7:d0159f675b30
Parent:
4:1ef122d47bf3
Added the pinouts

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thomasmorris 4:1ef122d47bf3 1 #include "Schedules.hpp"
thomasmorris 4:1ef122d47bf3 2
thomasmorris 4:1ef122d47bf3 3 SCHEDULES::SCHEDULES(){}
thomasmorris 4:1ef122d47bf3 4 SCHEDULES::~SCHEDULES(){}
thomasmorris 4:1ef122d47bf3 5 void SCHEDULES::Init(){}
thomasmorris 4:1ef122d47bf3 6 int SCHEDULES::Post()
thomasmorris 4:1ef122d47bf3 7 {
thomasmorris 4:1ef122d47bf3 8 return 1;//Success
thomasmorris 4:1ef122d47bf3 9 }
thomasmorris 4:1ef122d47bf3 10 void SCHEDULES::Schedules_output()
thomasmorris 4:1ef122d47bf3 11 {
thomasmorris 4:1ef122d47bf3 12 while(1)
thomasmorris 4:1ef122d47bf3 13 {
thomasmorris 4:1ef122d47bf3 14 //Do somthing
thomasmorris 4:1ef122d47bf3 15 }
thomasmorris 4:1ef122d47bf3 16 }