mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 23:04:59 +02:00
27 lines
256 B
Plaintext
27 lines
256 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ./Common
|
||
|
|
||
|
|
||
|
gpio_ben()
|
||
|
{
|
||
|
step "GPIO scan"
|
||
|
todo
|
||
|
}
|
||
|
|
||
|
|
||
|
xtal_ben()
|
||
|
{
|
||
|
step "Crystal frequency"
|
||
|
cmd "$LOCAL_EXEC atrf-xtal -d $LOCAL_DUT 100"
|
||
|
expect_re '4350[012]\.' # @@@ very crude ...
|
||
|
}
|
||
|
|
||
|
|
||
|
identify
|
||
|
# power ?
|
||
|
gpio_ben
|
||
|
xtal_ben
|
||
|
spectrum
|
||
|
transmit
|