add encoding to createTemperatureLookup.py
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
parent
66415078e5
commit
a35c304762
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue