add encoding to createTemperatureLookup.py

Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
Andy Kirby 2011-03-30 12:18:42 +11:00 committed by Michael Moon
parent 66415078e5
commit a35c304762
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Creates a C code lookup table for doing ADC to temperature conversion
# on a microcontroller