|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Interface with digital camera though AVR AtMega chip. More...
#include "atmega_i2c_cam_ctrl.h"#include "mcu_periph/i2c.h"#include "led.h"#include "mcu_periph/uart.h"#include "pprzlink/messages.h"#include "subsystems/datalink/downlink.h"
Include dependency graph for atmega_i2c_cam_ctrl.c:Go to the source code of this file.
Macros | |
| #define | ATMEGA_I2C_DEV i2c0 |
| #define | ATMEGA_SLAVE_ADDR 0x68 |
Functions | |
| void | dc_send_command (uint8_t cmd) |
| Send Command To Camera. More... | |
| void | atmega_i2c_cam_ctrl_init (void) |
| void | atmega_i2c_cam_ctrl_periodic (void) |
| void | atmega_i2c_cam_ctrl_send (uint8_t cmd) |
| void | atmega_i2c_cam_ctrl_event (void) |
Variables | |
| static struct i2c_transaction | atmega_i2c_cam_ctrl_trans |
| uint8_t | atmega_i2c_cam_ctrl_just_sent_command = 0 |
Interface with digital camera though AVR AtMega chip.
Send Commands over I2C
Definition in file atmega_i2c_cam_ctrl.c.
| #define ATMEGA_I2C_DEV i2c0 |
Definition at line 49 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_send().
| #define ATMEGA_SLAVE_ADDR 0x68 |
Definition at line 54 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_send().
| void atmega_i2c_cam_ctrl_event | ( | void | ) |
Definition at line 91 of file atmega_i2c_cam_ctrl.c.
| void atmega_i2c_cam_ctrl_init | ( | void | ) |
Definition at line 59 of file atmega_i2c_cam_ctrl.c.
| void atmega_i2c_cam_ctrl_periodic | ( | void | ) |
Definition at line 65 of file atmega_i2c_cam_ctrl.c.
| void atmega_i2c_cam_ctrl_send | ( | uint8_t | cmd | ) |
Definition at line 78 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_periodic(), and dc_send_command().
Here is the caller graph for this function:| void dc_send_command | ( | uint8_t | cmd | ) |
Send Command To Camera.
Definition at line 41 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_periodic(), dc_periodic(), dc_shoot_rc_periodic(), nav_spiral_run(), nav_survey_poly_run(), and nav_survey_rectangle_rotorcraft_run().
Here is the caller graph for this function:| uint8_t atmega_i2c_cam_ctrl_just_sent_command = 0 |
Definition at line 57 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_periodic(), and atmega_i2c_cam_ctrl_send().
|
static |
Definition at line 46 of file atmega_i2c_cam_ctrl.c.
Referenced by atmega_i2c_cam_ctrl_event(), atmega_i2c_cam_ctrl_init(), and atmega_i2c_cam_ctrl_send().