written by whom
This commit is contained in:
parent
c84421a2ad
commit
fd1172b946
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ uint32_t start_ts = 0;
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
|
||||||
|
Serial.println(F("This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden."));
|
||||||
|
|
||||||
Serial.print(F("Size of int: "));
|
Serial.print(F("Size of int: "));
|
||||||
Serial.println(sizeof(int));
|
Serial.println(sizeof(int));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue