projects
/
fw
/
altos
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update Releasing with learnings from 1.9.17 release
[fw/altos]
/
libaltos
/
libaltos.i0
1
%module libaltos
2
%{
3
#include "libaltos.h"
4
%}
5
%extend altos_device {
6
int method_1(int x, int y) {
7
return ($self->method_1)(x, y);
8
}
9
}