Skip to content

Commit

Permalink
Added Keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendie committed Feb 28, 2012
1 parent f3d3994 commit 7fa241f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SteinhartHart.h
Expand Up @@ -32,10 +32,8 @@
#define K 9.5 // Dissipation factor (mW/°C)


class SteinhartHart
{
public:

class SteinhartHart {
public:
/**
* The reading pin has to be specified.
* If no other parameters are given default values will be used.
Expand Down
18 changes: 18 additions & 0 deletions keywords.txt
@@ -0,0 +1,18 @@
#########################################
# Syntax Coloring Map For SteinhartHart
#########################################

#########################################
# Datatypes (KEYWORD1)
#########################################

SteinhartHart KEYWORD1


#########################################
# Methods and Functions (KEYWORD2)
#########################################

getTempKelvin KEYWORD2
getTempCelsius KEYWORD2
getTempFahrenheit KEYWORD2

0 comments on commit 7fa241f

Please sign in to comment.