12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
module Spark_Analog 'cat;Operators'
|
|
author 'Fatima Idrees'
|
|
version 1 0
|
|
description ''
|
|
|
|
spec 'r' 'PhotoResistance2 Pin' 'PhotoResistance Pin _' 'auto' 39
|
|
|
|
to 'PhotoResistance2 Pin' Input {
|
|
return (analogReadOp Input)
|
|
}
|
|
|