ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Committer:
el17cd
Date:
Fri Feb 22 14:01:20 2019 +0000
Revision:
3:2e31dfcb712a
Parent:
2:a5bc7b3779f7
Child:
4:759a5c34e239
Rasteriser now working with lcd

Who changed what in which revision?

UserRevisionLine numberNew contents of line
el17cd 2:a5bc7b3779f7 1 #include "mbed.h"
el17cd 3:2e31dfcb712a 2 #include "Face.h"
el17cd 3:2e31dfcb712a 3 #include "N5110.h"
el17cd 2:a5bc7b3779f7 4
el17cd 2:a5bc7b3779f7 5
el17cd 2:a5bc7b3779f7 6 class Rasturizer {
el17cd 1:044238f7bdda 7 public:
el17cd 3:2e31dfcb712a 8 Rasturizer(Face face, N5110 lcd);
el17cd 1:044238f7bdda 9 };
el17cd 1:044238f7bdda 10