CodeBot:
Python Modules
Primer
Hardware Reference
CodeX:
Python Modules
Primer
Working With Files
Hardware Reference
Lift-Off Kit:
Overview
Octopus:bit
Peripherals
Firia Labs
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
ALL_COLORS (in module colors)
AmbientLight (class in codex)
ascii_art (module)
B
Bitmap (class in bitmap)
bitmap (module)
BLACK (in module colors)
BLUE (in module colors)
botcore (module)
BotServices (class in botservices)
botservices (module)
BROWN (in module colors)
BTN_A (in module codex)
BTN_B (in module codex)
BTN_D (in module codex)
BTN_L (in module codex)
BTN_R (in module codex)
BTN_U (in module codex)
Buttons (class in botcore)
(class in CB3.botcore)
(class in codex)
C
calibrate() (botcore.LineSensors method)
(CB3.botcore.LineSensors method)
cancel() (botservices.CancelableCallback method)
CancelableCallback (class in botservices)
Canvas (class in canvas)
canvas (module)
CaptureEncoder (class in timed_encoders)
CB3.botcore (module)
CB3.kxtj3 (module)
CB3.pca9557 (module)
CB_LEDs (class in botcore)
(class in CB3.botcore)
check() (botcore.LineSensors method)
(CB3.botcore.LineSensors method)
circle() (bitmap.Bitmap method)
clear() (bitmap.Bitmap method)
(canvas.Canvas method)
clear_last() (botservices.BotServices method)
Codec (class in codec)
codec (module)
codex (module)
Color (class in colors)
colors (module)
compute_power() (speed_controller.SpeedController method)
config_ls() (botservices.BotServices method)
config_prox() (botservices.BotServices method)
ctrl() (lis2hh.LIS2HH method)
CYAN (in module colors)
D
DARK_BLUE (in module colors)
DARK_GREEN (in module colors)
data() (timed_encoders.TimedEncoders method)
decode_art() (in module ascii_art)
detect() (botcore.Proximity method)
(CB3.botcore.Proximity method)
draw_image() (bitmap.Bitmap method)
draw_text() (bitmap.Bitmap method)
dump() (timed_encoders.TimedEncoders method)
dump_axes() (CB3.kxtj3.KXTJ3 method)
(lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
dump_raw() (timed_encoders.TimedEncoders method)
E
enable() (botcore.Motors method)
(CB3.botcore.Motors method)
(metered_motors.MeteredMotors method)
enable_audio_amp() (codec.Codec method)
enable_batt_meas() (codex.Power method)
enable_int1() (lis2hh.LIS2HH method)
enable_periph_vcc() (codex.Power method)
enc_emit() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
Encoders (class in botcore)
(class in CB3.botcore)
Expansion (class in botcore)
(class in CB3.botcore)
(class in codex)
F
fill() (bitmap.Bitmap method)
(canvas.Canvas method)
(codex.NEOPixels method)
fill_rect() (bitmap.Bitmap method)
G
get() (codex.LEDs method)
(codex.NEOPixels method)
get_and_reset_ticks() (metered_motors.MeteredMotors method)
get_battery_current() (codex.Power method)
get_battery_voltage() (codex.Power method)
get_button() (in module ui_utils)
get_chip_id() (codec.Codec method)
get_dimensions() (bitmap.Bitmap method)
get_images() (in module ascii_art)
get_pixel() (bitmap.Bitmap method)
get_ticks() (metered_motors.MeteredMotors method)
get_volume() (codec.Codec method)
GPIO0 (codex.Expansion attribute)
GPIO1 (codex.Expansion attribute)
GPIO2 (codex.Expansion attribute)
GPIO3 (codex.Expansion attribute)
GPIO4 (codex.Expansion attribute)
GRAY (in module colors)
GREEN (in module colors)
I
initialize() (codec.Codec method)
int_to_rgb() (colors.Color static method)
is_audio_amp_enabled() (codec.Codec method)
is_batt_meas_enable() (codex.Power method)
is_line() (botcore.LineSensors method)
(CB3.botcore.LineSensors method)
is_periph_vcc_enable() (codex.Power method)
is_phones() (codec.Codec method)
is_pressed() (botcore.Buttons method)
(CB3.botcore.Buttons method)
(codex.Buttons method)
is_reader_paused() (codex.RMT method)
is_slot() (botcore.Encoders method)
(CB3.botcore.Encoders method)
is_usb() (codex.Power method)
K
KXTJ3 (class in CB3.kxtj3)
L
LED_A (in module codex)
LED_B (in module codex)
LEDs (class in codex)
left_encoder_handler() (metered_motors.MeteredMotors method)
LIGHT_GRAY (in module colors)
line() (bitmap.Bitmap method)
LineSensors (class in botcore)
(class in CB3.botcore)
LIS2DH (class in lis2dh)
lis2dh (module)
LIS2HH (class in lis2hh)
lis2hh (module)
loop() (botservices.BotServices method)
ls() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
ls_emit() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
ls_num() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
M
MAGENTA (in module colors)
make_pwm() (botcore.Expansion method)
(CB3.botcore.Expansion method)
(codex.Expansion method)
metered_motors (module)
MeteredMotors (class in metered_motors)
mic_gain() (codec.Codec method)
motion_controller (module)
MotionController (class in motion_controller)
Motors (class in botcore)
(class in CB3.botcore)
mp3() (codec.Codec method)
N
NEOPixels (class in codex)
O
off() (botcore.Speaker method)
(CB3.botcore.Speaker method)
(codec.Codec method)
(codex.NEOPixels method)
on_accel() (botservices.BotServices method)
on_button() (botservices.BotServices method)
on_line() (botservices.BotServices method)
on_prox() (botservices.BotServices method)
on_timeout() (botservices.BotServices method)
ORANGE (in module colors)
output() (CB3.pca9557.PCA9557 method)
P
pause_reader() (codex.RMT method)
PCA9557 (class in CB3.pca9557)
PINK (in module colors)
pitch() (botcore.Speaker method)
(CB3.botcore.Speaker method)
(codec.Codec method)
playbuf() (codec.Codec method)
PORT0 (codex.Expansion attribute)
PORT1 (codex.Expansion attribute)
PORT2 (codex.Expansion attribute)
PORT3 (codex.Expansion attribute)
Power (class in codex)
print() (canvas.Canvas method)
prox() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
prox_num() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
Proximity (class in botcore)
(class in CB3.botcore)
PURPLE (in module colors)
pwr() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
pwr_is_usb() (botcore.System method)
(CB3.botcore.System method)
pwr_volts() (botcore.System method)
(CB3.botcore.System method)
R
range() (botcore.Proximity method)
(CB3.botcore.Proximity method)
read() (botcore.Encoders method)
(botcore.LineSensors method)
(CB3.botcore.Encoders method)
(CB3.botcore.LineSensors method)
(CB3.kxtj3.KXTJ3 method)
(CB3.pca9557.PCA9557 method)
(codex.AmbientLight method)
(lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
read_ambient_light() (codex.AmbientLight method)
read_channels() (codex.AmbientLight method)
read_ir() (codex.AmbientLight method)
read_string() (codex.RMT method)
record() (codec.Codec method)
rect() (bitmap.Bitmap method)
RED (in module colors)
release_pwm() (botcore.Expansion method)
(CB3.botcore.Expansion method)
(codex.Expansion method)
request_motion() (motion_controller.MotionController method)
reset() (CB3.kxtj3.KXTJ3 method)
(lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
rgb() (colors.Color static method)
rgb_to_int() (colors.Color static method)
right_encoder_handler() (metered_motors.MeteredMotors method)
RMT (class in codex)
run() (botcore.Motors method)
(CB3.botcore.Motors method)
(metered_motors.MeteredMotors method)
S
scale_rgb() (colors.Color static method)
self_test() (CB3.kxtj3.KXTJ3 method)
(lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
send_string() (codex.RMT method)
set() (codex.LEDs method)
(codex.NEOPixels method)
set_byte() (lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
set_pixel() (bitmap.Bitmap method)
set_servo() (botcore.Expansion method)
(CB3.botcore.Expansion method)
(codex.Expansion method)
set_volume() (codec.Codec method)
setbits() (CB3.pca9557.PCA9557 method)
show() (canvas.Canvas method)
sin_buf() (codec.Codec method)
sin_loop() (codec.Codec method)
sleep() (lis2hh.LIS2HH method)
snapshot() (timed_encoders.TimedEncoders method)
Speaker (class in botcore)
(class in CB3.botcore)
speed_controller (module)
SpeedController (class in speed_controller)
stop() (botservices.BotServices method)
stop_motion() (motion_controller.MotionController method)
System (class in botcore)
(class in CB3.botcore)
T
t_cur() (timed_encoders.TimedEncoders method)
t_diff() (timed_encoders.TimedEncoders method)
temp_C() (botcore.System method)
(CB3.botcore.System method)
temp_F() (botcore.System method)
(CB3.botcore.System method)
test_exceeds() (lis2dh.LIS2DH static method)
(lis2hh.LIS2HH static method)
timed_encoders (module)
TimedEncoders (class in timed_encoders)
TRANSPARENT (in module colors)
tweak_parameter() (in module ui_utils)
U
UI_BUTTON_0 (in module ui_utils)
UI_BUTTON_1 (in module ui_utils)
UI_BUTTON_BOTH (in module ui_utils)
UI_BUTTON_NONE (in module ui_utils)
ui_utils (module)
usb() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
user() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
user_num() (botcore.CB_LEDs method)
(CB3.botcore.CB_LEDs method)
V
verify_id() (CB3.kxtj3.KXTJ3 method)
(lis2dh.LIS2DH method)
(lis2hh.LIS2HH method)
W
wait_for_button() (in module ui_utils)
wait_xyz_ready() (lis2dh.LIS2DH method)
wake() (lis2hh.LIS2HH method)
was_pressed() (botcore.Buttons method)
(CB3.botcore.Buttons method)
(codex.Buttons method)
wav() (codec.Codec method)
WHITE (in module colors)
write() (CB3.pca9557.PCA9557 method)
Y
YELLOW (in module colors)