Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / stationCode / README @ 1123

History | View | Annotate | Download (640 Bytes)

1
#####################################################################
2
# Diagnostic Station Code Folder
3
#
4
# John Sexton
5
#####################################################################
6

    
7
This folder contains code intended to be compiled, downloaded, and
8
run on the diagnostic station dragonfly board. This is low level code
9
used as drivers to access the sensors on the diagnostic station.
10

    
11
Folders:
12

    
13
BOM_LED_testing -
14
	Code for testing BOM LEDs to find LED current
15
v1 -
16
	Version 1 of Diagnostic Station code
17
templateFolder -
18
	Folder used as a template to make new folders for new
19
	projects (contains a Makefile and a main.c ready to go)