mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 22:44:03 +02:00
27 lines
256 B
Bash
Executable File
27 lines
256 B
Bash
Executable File
#!/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
|