This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <limits.h> | |
#include <float.h> | |
/* | |
Name of file : Datentypen_Klepp.c | |
Author : Jakob Klepp | |
Version : 20130927.1 | |
Description : Ermitteln Sie die Grenzen der verfügbaren Basisdatentypen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################### | |
Tiva Debugger Template | |
###################### | |
==================== | |
Benötigete Programme | |
==================== | |
~~~~~~~~~~~~~~~~~ | |
arm-none-eabi-gdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Name of file : StateMachine.h | |
* Author : Jakob Klepp | |
* Description : Introduction to Statemachines, | |
* implementing a traffic light control. | |
The MIT License (MIT) | |
Copyright (c)2014 Jakob Klepp | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
/* IDEs */ | |
apply plugin: 'eclipse' | |
apply plugin: 'idea' | |
sourceCompatibility = 1.8 | |
version = '1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MCU = TM4C123GH6PM | |
# TIVAWARE_PATH: path to tivaware folder | |
TIVAWARE_PATH = $(HOME)/opt/tivaware/ | |
# OUTDIR: directory to use for output | |
OUTDIR = build | |
# Sources | |
VPATH = src:$(TIVAWARE_PATH):$(TIVAWARE_PATH)/driverlib:$(TIVAWARE_PATH)/utils |
I hereby claim:
- I am truh on github.
- I am truh (https://keybase.io/truh) on keybase.
- I have a public key whose fingerprint is FD47 579C 828E 8AD7 3832 5B3E 1EDB 8B49 7F34 1841
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linux packages | |
============== | |
pcmanfm | |
git | |
git-flow | |
screen | |
tmux | |
htop | |
sqlite |
OlderNewer