Skip to content

Instantly share code, notes, and snippets.

View topnotcher's full-sized avatar

Greg Bowser topnotcher

  • Zebra Technologies
  • Lincoln, RI
View GitHub Profile
class PrisonPerson(orm.Model):
_name = 'prison.person'
_inherit = ['mail.thread']
_description = 'Personas Privadas de la Libertad'
def name_search(self, cr, uid, name='',
args=None, operator='ilike', context=None, limit=80):
ids = []
domain = ['|',
('name', 'ilike', name),
//#include <Servo.h>
//Servo myservo;
int duty_cycle=0;
void setup() //This function executes only once
{
// myservo.attach(3);
#include <Servo.h>
Servo myservo;
int duty_cycle=0;
void setup() //This function executes only once
{
// myservo.attach(3);
pinMode(3, OUTPUT);